pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/gcc-mips-current



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Jun  1 06:21:22 UTC 2020

Modified Files:
        pkgsrc/cross/gcc-mips-current: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/cross/gcc-mips-current/Makefile

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

Modified files:

Index: pkgsrc/cross/gcc-mips-current/Makefile
diff -u pkgsrc/cross/gcc-mips-current/Makefile:1.19 pkgsrc/cross/gcc-mips-current/Makefile:1.20
--- pkgsrc/cross/gcc-mips-current/Makefile:1.19 Sat May 23 10:34:34 2020
+++ pkgsrc/cross/gcc-mips-current/Makefile      Mon Jun  1 06:21:22 2020
@@ -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_ENV+=              LDFLAGS_FOR_TARGET=${LD
 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