Module Name:    src
Committed By:   maya
Date:           Fri Oct 19 16:16:21 UTC 2018

Modified Files:
        src/tools/gcc: Makefile

Log Message:
Pass --without-isl to GCC.

We don't provide one, but if we did the build would fail. This can also
happen if there's a system isl that GCC manages to find.

>From mgorny.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/tools/gcc/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/gcc/Makefile
diff -u src/tools/gcc/Makefile:1.86 src/tools/gcc/Makefile:1.87
--- src/tools/gcc/Makefile:1.86	Tue May  1 19:59:46 2018
+++ src/tools/gcc/Makefile	Fri Oct 19 16:16:21 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.86 2018/05/01 19:59:46 christos Exp $
+#	$NetBSD: Makefile,v 1.87 2018/10/19 16:16:21 maya Exp $
 
 .include <bsd.hostinit.mk>
 
@@ -35,6 +35,7 @@ COMMON_CONFIGURE_ARGS=	--target=${MACHIN
 			--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html \
 			--with-pkgversion="NetBSD ${NETBSD_GCC_VERSION}" \
 			--with-system-zlib \
+			--without-isl \
 			--disable-libstdcxx-dual-abi \
 			--enable-__cxa_atexit \
 			--enable-libstdcxx-time=rt \

Reply via email to