Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to
[oota-llvm.git] / Makefile.config.in
index feaf81544df88f1f8f35b2263259f41cd0b42b31..9b2deac1261320572db939e0d39de0276495c9b0 100644 (file)
@@ -129,6 +129,9 @@ LDFLAGS+=@LDFLAGS@
 # Path to the library archiver program.
 AR_PATH = @AR@
 
+# Path to the nm program
+NM_PATH = @NM@
+
 # The pathnames of the programs we require to build
 BISON      := @BISON@
 CMP        := @CMP@