Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/gcc-mips-current cross/gcc-mips-current: disable...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd732007d04d
branches:  trunk
changeset: 433272:cd732007d04d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jun 01 06:21:22 2020 +0000

description:
cross/gcc-mips-current: disable check for unknown configure options

diffstat:

 cross/gcc-mips-current/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r a37620cb5392 -r cd732007d04d cross/gcc-mips-current/Makefile
--- a/cross/gcc-mips-current/Makefile   Mon Jun 01 06:19:42 2020 +0000
+++ b/cross/gcc-mips-current/Makefile   Mon Jun 01 06:21:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2020/05/23 10:34:34 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2020/06/01 06:21:22 rillig Exp $
 
 GCC_DIST_VERSION=      4.9.2
 GCC_PKGNAME=           gcc-mips-${GCC_DIST_VERSION}
@@ -58,6 +58,10 @@
 CONFIGURE_ARGS+=       --with-${prg}=${PREFIX}/bin/${TARGET}-${prg}
 .endfor
 
+# There are several options that are reported as unknown.
+# These are just not documented, but they exist, such as enable_libatomic.
+GNU_CONFIGURE_STRICT=  no
+
 CONFIGURE_ARGS+=       --disable-nls
 CONFIGURE_ARGS+=       --disable-libquadmath
 CONFIGURE_ARGS+=       --disable-libquadmath-support



Home | Main Index | Thread Index | Old Index