Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/gcc Pass --without-isl to GCC.
details: https://anonhg.NetBSD.org/src/rev/25579595a6b2
branches: trunk
changeset: 445253:25579595a6b2
user: maya <maya%NetBSD.org@localhost>
date: Fri Oct 19 16:16:21 2018 +0000
description:
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.
diffstat:
tools/gcc/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r cb375390dc67 -r 25579595a6b2 tools/gcc/Makefile
--- a/tools/gcc/Makefile Fri Oct 19 15:29:00 2018 +0000
+++ b/tools/gcc/Makefile Fri Oct 19 16:16:21 2018 +0000
@@ -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 @@
--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 \
Home |
Main Index |
Thread Index |
Old Index