summaryrefslogtreecommitdiff
path: root/make/custom/pc386.cfg
diff options
context:
space:
mode:
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 2961d4c043..f2357ec750 100644
--- a/make/custom/pc386.cfg
+++ b/make/custom/pc386.cfg
@@ -50,7 +50,6 @@ define make-exe
-o $(basename $@).elf \
$(LINK_OBJS) $(LINK_LIBS)
$(OBJCOPY) -O elf32-i386 \
- --remove-section=.rodata \
--remove-section=.comment \
--remove-section=.note \
--strip-unneeded $(basename $@).elf $@