From 1b5e5524e63dd7a833a739d6dfaf350966847a74 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 20 Nov 2008 15:26:37 +0000 Subject: 2008-11-20 Daron Chabot PR 1337/bsps * custom/pc386.cfg: Stripping .rodata section produces unusable executables for the i386-rtems target. --- make/custom/pc386.cfg | 1 - 1 file changed, 1 deletion(-) (limited to 'make/custom/pc386.cfg') diff --git a/make/custom/pc386.cfg b/make/custom/pc386.cfg index ce65fe8a95..847f218fe2 100644 --- a/make/custom/pc386.cfg +++ b/make/custom/pc386.cfg @@ -49,7 +49,6 @@ LDFLAGS += -Wl,-Ttext,$(RELOCADDR) define bsp-post-link $(default-bsp-post-link) $(OBJCOPY) -O elf32-i386 \ - --remove-section=.rodata \ --remove-section=.comment \ --remove-section=.note \ --strip-unneeded $(basename $@).exe $(basename $@).nxe -- cgit v1.2.3