summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-09 17:54:54 +0000
committerrillig <rillig@pkgsrc.org>2020-05-09 17:54:54 +0000
commit05fd4090291537ba50aa337f335cb8754ae25bd7 (patch)
treeedd24fa1d68cbdc0c8454cba491d2c5972f9d5a6 /cross
parent0399178defc58782f128311cac68335b8449ca1d (diff)
downloadpkgsrc-05fd4090291537ba50aa337f335cb8754ae25bd7.tar.gz
cross/powerpc-none-elf-gcc: fix build in strict environment
Diffstat (limited to 'cross')
-rw-r--r--cross/powerpc-none-elf-gcc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/powerpc-none-elf-gcc/Makefile b/cross/powerpc-none-elf-gcc/Makefile
index aabd110b217..40a588a790b 100644
--- a/cross/powerpc-none-elf-gcc/Makefile
+++ b/cross/powerpc-none-elf-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/30 16:29:54 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/09 17:54:54 rillig Exp $
DISTNAME= gcc-8.3.0
PKGNAME= cross-powerpc-none-elf-${DISTNAME}
@@ -35,6 +35,8 @@ WRAPPER_SHELL= ${TOOLS_PATH.bash}
USE_TOOLS+= bash gmake gsed makeinfo perl
GNU_CONFIGURE= yes
+GNU_CONFIGURE_STRICT= no # has sub-configures
+CHECK_PORTABILITY_SKIP+= contrib/* # not needed for building
GNU_CONFIGURE_PREFIX= ${POWERPCELF_PREFIX}