Use $(NM) -g -n instead of $(NM) -ng.

This commit is contained in:
Ralf Corsepius
2007-01-18 10:13:01 +00:00
parent 002437c30b
commit ae51c8026f
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ CFLAGS_OPTIMIZE_V = -O2
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
$(NM) -ng $@ > $(basename $@).num
$(NM) -g -n $@ > $(basename $@).num
$(SIZE) $@
endef
+1 -1
View File
@@ -16,7 +16,7 @@ CFLAGS_OPTIMIZE_V = -O2
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
$(NM) -ng $@ > $(basename $@).num
$(NM) -g -n $@ > $(basename $@).num
$(SIZE) $@
endef
+1 -1
View File
@@ -20,7 +20,7 @@ CFLAGS_OPTIMIZE_V = -O2
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
$(NM) -ng $@ > $(basename $@).num
$(NM) -g -n $@ > $(basename $@).num
$(SIZE) $@
endef
+1 -1
View File
@@ -23,7 +23,7 @@ CFLAGS_OPTIMIZE_V = -O2
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
$(NM) -ng $@ > $(basename $@).num
$(NM) -g -n $@ > $(basename $@).num
$(SIZE) $@
endef
+1 -1
View File
@@ -23,7 +23,7 @@ CFLAGS_OPTIMIZE_V = -O2
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
$(NM) -ng $@ > $(basename $@).num
$(NM) -g -n $@ > $(basename $@).num
$(SIZE) $@
endef