diff options
Diffstat (limited to 'cross')
-rw-r--r-- | cross/mingw-w64-x86_64-gcc/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/mingw-w64-x86_64-gcc/Makefile.common b/cross/mingw-w64-x86_64-gcc/Makefile.common index 0c2cf1b1cb3..eb8e2ae512c 100644 --- a/cross/mingw-w64-x86_64-gcc/Makefile.common +++ b/cross/mingw-w64-x86_64-gcc/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2020/05/12 11:13:51 nia Exp $ +# $NetBSD: Makefile.common,v 1.7 2020/06/02 18:36:37 rillig Exp $ # # used by cross/mingw-w64-i686-gcc/Makefile # used by cross/mingw-w64-x86_64-gcc/Makefile @@ -43,6 +43,8 @@ PREPEND_PATH+= ${PREFIX}/cross/${MINGW_TARGET}-bootstrap/bin INFO_FILES= yes +CHECK_PORTABILITY_SKIP+= contrib/* + pre-configure: ${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR} |