forked from Imagelibrary/rtems
Use $(NM) -g -n instead of $(NM) -n.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user