summaryrefslogtreecommitdiff
path: root/make/custom
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 15:27:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 15:27:15 +0000
commitf4d9c474fd9eb0d2d0530e97bb75489d37e67480 (patch)
treecc2075a88c9f74a211005af74eb64b35be94fc11 /make/custom
parent3b4bbc277d5ebc493b262e7b5585726592f19b1c (diff)
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')
-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 72079833a9..fe58e0fe46 100644
--- a/make/custom/pc386.cfg
+++ b/make/custom/pc386.cfg
@@ -50,7 +50,6 @@ define make-exe
-o $(basename $@).nxe \
$(LINK_OBJS) $(LINK_LIBS)
$(OBJCOPY) -O elf32-i386 \
- --remove-section=.rodata \
--remove-section=.comment \
--remove-section=.note \
--strip-unneeded $(basename $@).nxe $@