summaryrefslogtreecommitdiff
path: root/libc/aclocal.m4
diff options
context:
space:
mode:
authorjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-02-02 18:47:53 +0000
committerjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-02-02 18:47:53 +0000
commit1e1eaa2d6be863fbfa1526a0b42e7fb0f1b042e0 (patch)
treef4bb6d3c5da3745a81719bc639962372c7fd6fde /libc/aclocal.m4
parent1e553ffa88dfd615589669bc2798cc6d69e7644e (diff)
Use the host nm in NPTL tests.
* aclocal.m4 (LIBC_PROG_BINUTILS): Find path to 'nm', too. * configure: Regenerated. * config.make.in: Accept 'nm' path from configure script. * nptl/Makefile (tst-cancel-wrappers.out): Pass 'nm' path to test script. * nptl/tst-cancel-wrappers.sh: Use the 'nm' given in arguments. git-svn-id: svn://svn.eglibc.org/trunk@1358 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/aclocal.m4')
-rw-r--r--libc/aclocal.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/aclocal.m4 b/libc/aclocal.m4
index 4efa41ee9..dbc8b1ef4 100644
--- a/libc/aclocal.m4
+++ b/libc/aclocal.m4
@@ -97,6 +97,8 @@ AS=`$CC -print-prog-name=as`
LD=`$CC -print-prog-name=ld`
AR=`$CC -print-prog-name=ar`
AC_SUBST(AR)
+NM=`$CC -print-prog-name=nm`
+AC_SUBST(NM)
OBJDUMP=`$CC -print-prog-name=objdump`
AC_SUBST(OBJDUMP)