mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 15:00:16 +00:00
Now strip elf executables so they are much smaller and quicker to
read from and write to a floppy.
This commit is contained in:
@@ -107,6 +107,7 @@ define make-exe
|
||||
$(PROJECT_TOOLS)/packhex > $(basename $@).exe
|
||||
$(NM) -g -n $(basename $@).nxe > $(basename $@).num
|
||||
$(SIZE) $(basename $@).nxe
|
||||
$(STRIP) $(basename $@).nxe
|
||||
endef
|
||||
|
||||
# Miscellaneous additions go here
|
||||
|
||||
Reference in New Issue
Block a user