summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-06-01 06:21:22 +0000
committerrillig <rillig@pkgsrc.org>2020-06-01 06:21:22 +0000
commit9eb6b95418f2fca08cd228141c2d8857aece3442 (patch)
tree3fdd5b86f9d53c5bd58ff7d17ec2577488b13bad /cross
parent52ad283dffc7552dffe662de099aea8a531d6d3e (diff)
downloadpkgsrc-9eb6b95418f2fca08cd228141c2d8857aece3442.tar.gz
cross/gcc-mips-current: disable check for unknown configure options
Diffstat (limited to 'cross')
-rw-r--r--cross/gcc-mips-current/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/cross/gcc-mips-current/Makefile b/cross/gcc-mips-current/Makefile
index 267fa0ef5db..26f38adf99e 100644
--- a/cross/gcc-mips-current/Makefile
+++ b/cross/gcc-mips-current/Makefile
@@ -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=${LDFLAGS_FOR_TARGET:Q}
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