summaryrefslogtreecommitdiffstats
path: root/make/custom/HPUX9-posix.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-18 10:13:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-18 10:13:01 +0000
commitae51c8026f25d9602cc72f67dbe002bf563a1785 (patch)
tree978e088751bda356b2d32fa835e68bd2a31af1bc /make/custom/HPUX9-posix.cfg
parentFix cvs id. (diff)
downloadrtems-ae51c8026f25d9602cc72f67dbe002bf563a1785.tar.bz2
Use $(NM) -g -n instead of $(NM) -ng.
Diffstat (limited to 'make/custom/HPUX9-posix.cfg')
-rw-r--r--make/custom/HPUX9-posix.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/HPUX9-posix.cfg b/make/custom/HPUX9-posix.cfg
index af7b33bffe..9b4e3b6439 100644
--- a/make/custom/HPUX9-posix.cfg
+++ b/make/custom/HPUX9-posix.cfg
@@ -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