pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May  3 12:51:53 UTC 2020

Modified Files:
        pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap: Makefile.common

Log Message:
cross/mingw-w64-i686-gcc-bootstrap: configure options, portability


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
    pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common

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

Modified files:

Index: pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common
diff -u pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common:1.5 pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common:1.6
--- pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common:1.5     Wed Sep 18 15:29:21 2019
+++ pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common Sun May  3 12:51:52 2020
@@ -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/m
 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-exception
 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