From 2fab7c857c0eacf4c86c726c55e829898f88e461 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 31 May 2012 18:52:16 +0000 Subject: [PATCH] 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. --- tools/llvm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/llvm/Makefile b/tools/llvm/Makefile index 580b4bd3fc9d..a085ba9091b8 100644 --- a/tools/llvm/Makefile +++ b/tools/llvm/Makefile @@ -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 @@ -24,7 +24,7 @@ config/config.status: ${LLVM_SRCDIR}/configure --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: