summaryrefslogtreecommitdiffstats
path: root/make/custom/pc386.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 15:26:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 15:26:37 +0000
commit1b5e5524e63dd7a833a739d6dfaf350966847a74 (patch)
tree9a976e6b1c0d2f4c1d91f5e53f6d5bf525b8d52a /make/custom/pc386.cfg
parent2008-11-20 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-1b5e5524e63dd7a833a739d6dfaf350966847a74.tar.bz2
2008-11-20 Daron Chabot <daronchabot@gmail.com>
PR 1337/bsps * custom/pc386.cfg: Stripping .rodata section produces unusable executables for the i386-rtems target.
Diffstat (limited to 'make/custom/pc386.cfg')
-rw-r--r--make/custom/pc386.cfg1
1 files changed, 0 insertions, 1 deletions
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