mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +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-09-30 Jennifer Averett <jennifer.averett@oarcorp.com>
|
2008-09-30 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||||
|
|
||||||
* custom/score603e.cfg: Modifications required to run on hardware. Some
|
* custom/score603e.cfg: Modifications required to run on hardware. Some
|
||||||
|
|||||||
@@ -49,7 +49,6 @@ LDFLAGS += -Wl,-Ttext,$(RELOCADDR)
|
|||||||
define bsp-post-link
|
define bsp-post-link
|
||||||
$(default-bsp-post-link)
|
$(default-bsp-post-link)
|
||||||
$(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 $@).exe $(basename $@).nxe
|
--strip-unneeded $(basename $@).exe $(basename $@).nxe
|
||||||
|
|||||||
Reference in New Issue
Block a user