summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-03 12:51:52 +0000
committerrillig <rillig@pkgsrc.org>2020-05-03 12:51:52 +0000
commit7cf11f52f73e5566f76c5fd6999938a3de5a859d (patch)
tree09844cb4d6300f8708130e3b6a84f82b99cac5e9 /cross
parentd82867763a9de3fd56f27fc1b9c6345d9d4f725d (diff)
downloadpkgsrc-7cf11f52f73e5566f76c5fd6999938a3de5a859d.tar.gz
cross/mingw-w64-i686-gcc-bootstrap: configure options, portability
Diffstat (limited to 'cross')
-rw-r--r--cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common b/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common
index 3c298d40234..248504fe098 100644
--- a/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common
+++ b/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2019/09/18 15:29:21 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.6 2020/05/03 12:51:52 rillig Exp $
#
# used by cross/mingw-w64-x86_64-gcc-bootstrap/Makefile
# used by cross/mingw-w64-i686-gcc-bootstrap/Makefile
@@ -19,6 +19,7 @@ DISTINFO_FILE= ${.CURDIR}/../../cross/mingw-w64-x86_64-gcc/distinfo
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
+GNU_CONFIGURE_STRICT= no # has sub-configures
GNU_CONFIGURE_PREFIX= ${PREFIX}/cross/${MINGW_TARGET}-bootstrap
OBJDIR= ../build
CONFIGURE_DIRS= ${OBJDIR}
@@ -35,6 +36,8 @@ CONFIGURE_ARGS+= --disable-dw2-exceptions
CONFIGURE_ARGS+= --enable-version-specific-runtime-libs
CONFIGURE_ARGS+= --disable-multilib
+CHECK_PORTABILITY_SKIP+= contrib/*
+
INFO_FILES= yes
BUILD_TARGET= all-gcc