Module Name:    src
Committed By:   joerg
Date:           Thu Jan 16 19:08:11 UTC 2014

Modified Files:
        src/external/bsd/llvm: Makefile.inc

Log Message:
Disable compiler version check for now.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/external/bsd/llvm/Makefile.inc

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

Modified files:

Index: src/external/bsd/llvm/Makefile.inc
diff -u src/external/bsd/llvm/Makefile.inc:1.69 src/external/bsd/llvm/Makefile.inc:1.70
--- src/external/bsd/llvm/Makefile.inc:1.69	Wed Jan 15 22:21:34 2014
+++ src/external/bsd/llvm/Makefile.inc	Thu Jan 16 19:08:11 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.69 2014/01/15 22:21:34 joerg Exp $
+#	$NetBSD: Makefile.inc,v 1.70 2014/01/16 19:08:11 joerg Exp $
 
 .if !defined(LLVM_TOPLEVEL_MK)
 LLVM_TOPLEVEL_MK=
@@ -70,7 +70,7 @@ LLVM_CONFIGURE_ARGS=	\
 	--with-c-include-dirs=/usr/include/clang-${CLANG_VERSION}:/usr/include \
 	--disable-timestamps --prefix=/usr --sysconfdir=/etc/llvm \
 	--with-clang-srcdir=${CLANG_SRCDIR} \
-	--host=${LLVM_PLATFORM} \
+	--host=${LLVM_PLATFORM} --disable-compiler-version-checks \
 	llvm_cv_gnu_make_command=${MAKE}
 
 .for tool in circo dot dotty fdp neato twopi xdot

Reply via email to