forked from Imagelibrary/rtems
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