From e4f49cf4ac19444c1b5d569416b802ba02664e0e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 18 Jan 2007 10:20:33 +0000 Subject: Use $(NM) -g -n instead of $(NM) -n. --- make/custom/gensh1.cfg | 2 +- make/custom/gensh2.cfg | 2 +- make/custom/gensh4.cfg | 2 +- make/custom/hurricane.cfg | 2 +- make/custom/rbtx4925.cfg | 2 +- make/custom/simsh4.cfg | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/make/custom/gensh1.cfg b/make/custom/gensh1.cfg index 4f236d2ca3..407de36570 100644 --- a/make/custom/gensh1.cfg +++ b/make/custom/gensh1.cfg @@ -33,7 +33,7 @@ define make-exe -Wl,-Map,$(basename $@).map \ $(LDLIBS) -o $@ \ $(LINK_OBJS) $(LINK_LIBS) - $(NM) -n $@ > $(basename $@).num + $(NM) -g -n $@ > $(basename $@).num $(SIZE) $@ endef diff --git a/make/custom/gensh2.cfg b/make/custom/gensh2.cfg index 19f5aa45f5..82f2c5009e 100644 --- a/make/custom/gensh2.cfg +++ b/make/custom/gensh2.cfg @@ -32,7 +32,7 @@ define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -Wl,-Map,$(basename $@).map \ $(LDLIBS) -o $@ \ $(LINK_OBJS) $(LINK_LIBS) - $(NM) -n $@ > $(basename $@).num + $(NM) -g -n $@ > $(basename $@).num $(SIZE) $@ endef diff --git a/make/custom/gensh4.cfg b/make/custom/gensh4.cfg index 87f5948c1e..206d343b0a 100644 --- a/make/custom/gensh4.cfg +++ b/make/custom/gensh4.cfg @@ -39,7 +39,7 @@ define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -Wl,-Map,$(basename $@).map \ $(LDLIBS) -o $@ \ $(LINK_OBJS) $(LINK_LIBS) - $(NM) -n $@ > $(basename $@).num + $(NM) -g -n $@ > $(basename $@).num $(SIZE) $@ endef diff --git a/make/custom/hurricane.cfg b/make/custom/hurricane.cfg index 8e389ff792..f6151c59ec 100644 --- a/make/custom/hurricane.cfg +++ b/make/custom/hurricane.cfg @@ -27,7 +27,7 @@ define make-exe $(OBJCOPY) -O srec $@ $(basename $@).srec1 $(PACKHEX) < $(basename $@).srec1 > $(basename $@).srec $(RM) $(basename $@).srec1 - $(NM) -n $@ > $(basename $@).num + $(NM) -g -n $@ > $(basename $@).num $(SIZE) $@ endef diff --git a/make/custom/rbtx4925.cfg b/make/custom/rbtx4925.cfg index e9913e50b7..8d844db4d7 100644 --- a/make/custom/rbtx4925.cfg +++ b/make/custom/rbtx4925.cfg @@ -27,7 +27,7 @@ define make-exe $(OBJCOPY) -O srec $@ $(basename $@).srec1 $(PACKHEX) < $(basename $@).srec1 > $(basename $@).srec $(RM) $(basename $@).srec1 - $(NM) -n $@ > $(basename $@).num + $(NM) -g -n $@ > $(basename $@).num $(SIZE) $@ endef diff --git a/make/custom/simsh4.cfg b/make/custom/simsh4.cfg index e0237e9f9f..591e6dd122 100644 --- a/make/custom/simsh4.cfg +++ b/make/custom/simsh4.cfg @@ -39,7 +39,7 @@ define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -Wl,-Map,$(basename $@).map \ $(LDLIBS) -o $@ \ $(LINK_OBJS) $(LINK_LIBS) - $(NM) -n $@ > $(basename $@).num + $(NM) -g -n $@ > $(basename $@).num $(SIZE) $@ endef -- cgit v1.2.3