summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-30 14:29:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-30 14:29:07 +0000
commit6a91771a7ddd10ecb8ca48bcfb18463f97e47a55 (patch)
treef4a8a895c4a9fd7430fb928091e824214121bfdd /make/custom
parent2001-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-6a91771a7ddd10ecb8ca48bcfb18463f97e47a55.tar.bz2
2001-10-30 Joel Sherrill <joel@OARcorp.com>
* custom/sim68000.cfg: Generate symbols off executable not Srecords.
Diffstat (limited to '')
-rw-r--r--make/custom/sim68000.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/sim68000.cfg b/make/custom/sim68000.cfg
index d0ad22debd..f5540c9a36 100644
--- a/make/custom/sim68000.cfg
+++ b/make/custom/sim68000.cfg
@@ -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