Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/llvm Forcefully override the GNU make configure check....
details: https://anonhg.NetBSD.org/src/rev/8ce1f0a58b74
branches: trunk
changeset: 779501:8ce1f0a58b74
user: joerg <joerg%NetBSD.org@localhost>
date: Thu May 31 18:52:16 2012 +0000
description:
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.
diffstat:
tools/llvm/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5014bb967893 -r 8ce1f0a58b74 tools/llvm/Makefile
--- a/tools/llvm/Makefile Thu May 31 16:09:33 2012 +0000
+++ b/tools/llvm/Makefile Thu May 31 18:52:16 2012 +0000
@@ -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 @@
--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:
Home |
Main Index |
Thread Index |
Old Index