Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap cross/mingw-w64-i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b311927a84b1
branches: trunk
changeset: 430706:b311927a84b1
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun May 03 12:51:52 2020 +0000
description:
cross/mingw-w64-i686-gcc-bootstrap: configure options, portability
diffstat:
cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r e4248d408249 -r b311927a84b1 cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common
--- a/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common Sun May 03 12:07:55 2020 +0000
+++ b/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common Sun May 03 12:51:52 2020 +0000
@@ -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 @@
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+= --enable-version-specific-runtime-libs
CONFIGURE_ARGS+= --disable-multilib
+CHECK_PORTABILITY_SKIP+= contrib/*
+
INFO_FILES= yes
BUILD_TARGET= all-gcc
Home |
Main Index |
Thread Index |
Old Index