summaryrefslogtreecommitdiffstats
path: root/make/custom/simsh4.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/simsh4.cfg')
-rw-r--r--make/custom/simsh4.cfg2
1 files changed, 1 insertions, 1 deletions
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