mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-08 00:23:14 +00:00
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:
@@ -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>
|
2008-08-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* custom/hurricane.cfg, custom/simsh4.cfg: Now build and link class
|
* custom/hurricane.cfg, custom/simsh4.cfg: Now build and link class
|
||||||
|
|||||||
@@ -50,7 +50,6 @@ define make-exe
|
|||||||
-o $(basename $@).nxe \
|
-o $(basename $@).nxe \
|
||||||
$(LINK_OBJS) $(LINK_LIBS)
|
$(LINK_OBJS) $(LINK_LIBS)
|
||||||
$(OBJCOPY) -O elf32-i386 \
|
$(OBJCOPY) -O elf32-i386 \
|
||||||
--remove-section=.rodata \
|
|
||||||
--remove-section=.comment \
|
--remove-section=.comment \
|
||||||
--remove-section=.note \
|
--remove-section=.note \
|
||||||
--strip-unneeded $(basename $@).nxe $@
|
--strip-unneeded $(basename $@).nxe $@
|
||||||
|
|||||||
Reference in New Issue
Block a user