about summary refs log tree commit diff
path: root/config.make.in
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2012-10-21 22:38:34 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-10-21 22:38:34 +0000
commitaba759841b71e7c84218111713303180a389062e (patch)
tree2fe2d0800e8f7ed54353b69bc9c8e0c89d8888ea /config.make.in
parent88d4247f1950ddcc23130b2881183b6b4cc3f9a3 (diff)
downloadglibc-aba759841b71e7c84218111713303180a389062e.tar.gz
glibc-aba759841b71e7c84218111713303180a389062e.tar.xz
glibc-aba759841b71e7c84218111713303180a389062e.zip
Use $(NM) not nm in tst-cancel-wrappers.
Diffstat (limited to 'config.make.in')
-rw-r--r--config.make.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in
index b6d1c945dc..c22acf4a10 100644
--- a/config.make.in
+++ b/config.make.in
@@ -111,6 +111,7 @@ CPPFLAGS-config = @CPPFLAGS@
 CPPUNDEFS = @CPPUNDEFS@
 ASFLAGS-config = @ASFLAGS_config@
 AR = @AR@
+NM = @NM@
 MAKEINFO = @MAKEINFO@
 AS = $(CC) -c
 MIG = @MIG@