Module Name:    src
Committed By:   joerg
Date:           Thu May 31 18:52:17 UTC 2012

Modified Files:
        src/tools/llvm: Makefile

Log Message:
Forcefully override the GNU make configure check. The build system in
NetBSD doesn't need it, so the configure check doesn't have to reject
a prestine NetBSD host.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/tools/llvm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/llvm/Makefile
diff -u src/tools/llvm/Makefile:1.12 src/tools/llvm/Makefile:1.13
--- src/tools/llvm/Makefile:1.12	Tue Feb 28 17:09:29 2012
+++ src/tools/llvm/Makefile	Thu May 31 18:52:16 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.12 2012/02/28 17:09:29 joerg Exp $
+#	$NetBSD: Makefile,v 1.13 2012/05/31 18:52:16 joerg Exp $
 
 .include <bsd.init.mk>
 
@@ -24,7 +24,7 @@ config/config.status: ${LLVM_SRCDIR}/con
 	    --host=${MACHINE_GNU_PLATFORM} \
 	    --with-c-include-dirs=/usr/include/clang-3.0:/usr/include \
 	    --with-clang-srcdir=${CLANG_SRCDIR} \
-	    --enable-optimized
+	    --enable-optimized llvm_cv_gnu_make_command=${MAKE}
 # --disable-assertions
 
 need-dl:

Reply via email to