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

This commit is contained in:
Ralf Corsepius
2007-01-18 10:13:41 +00:00
parent 0a4d609ff7
commit 4cb2634458
5 changed files with 5 additions and 5 deletions

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

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

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

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

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