mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
2001-10-30 Joel Sherrill <joel@OARcorp.com>
* custom/sim68000.cfg: Generate symbols off executable not Srecords.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
|
||||
2001-10-30 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* custom/sim68000.cfg: Generate symbols off executable not Srecords.
|
||||
|
||||
2001-10-26 Victor V. Vengerov <vvv@oktet.ru>
|
||||
|
||||
* custom/mcf5206elite.cfg: New file.
|
||||
|
||||
@@ -45,7 +45,7 @@ define make-exe
|
||||
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
|
||||
-o $(basename $@).nxe $(LINK_OBJS) $(LINK_LIBS)
|
||||
$(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).exe
|
||||
$(NM) -g -n $@ > $(basename $@).num
|
||||
$(NM) -g -n $(basename $@).nxe > $(basename $@).num
|
||||
$(SIZE) $@
|
||||
endef
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user