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.
This commit is contained in:
Joel Sherrill
2008-11-20 15:27:15 +00:00
parent 3b4bbc277d
commit f4d9c474fd
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
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.
2008-08-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/hurricane.cfg, custom/simsh4.cfg: Now build and link class

View File

@@ -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 $@