summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-04-01 17:44:06 +0000
committertnn <tnn@pkgsrc.org>2020-04-01 17:44:06 +0000
commit04b16d8aceff7d1f52bf10dec3b02c403aab4767 (patch)
tree4a8b33da7f7c5729520b5aa23c41fbe8bec9dce6 /cross
parentbab33b45a7a8446812aac8db705900574f96d264 (diff)
downloadpkgsrc-04b16d8aceff7d1f52bf10dec3b02c403aab4767.tar.gz
arm cross toolchains: skip portability checks under contrib/*
Diffstat (limited to 'cross')
-rw-r--r--cross/aarch64-none-elf-gcc/Makefile3
-rw-r--r--cross/arm-none-eabi-gcc/Makefile4
2 files changed, 4 insertions, 3 deletions
diff --git a/cross/aarch64-none-elf-gcc/Makefile b/cross/aarch64-none-elf-gcc/Makefile
index 68d674a6dcd..fcf35137b34 100644
--- a/cross/aarch64-none-elf-gcc/Makefile
+++ b/cross/aarch64-none-elf-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/08/11 13:18:16 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2020/04/01 17:44:06 tnn Exp $
DISTNAME= gcc-8.2.0
PKGNAME= cross-aarch64-none-elf-${DISTNAME}
@@ -34,6 +34,7 @@ CONFIG_SHELL= ${TOOLS_PATH.bash}
WRAPPER_SHELL= ${TOOLS_PATH.bash}
USE_TOOLS+= bash gmake makeinfo perl
GNU_CONFIGURE= yes
+CHECK_PORTABILITY_SKIP+=contrib/*
GNU_CONFIGURE_PREFIX= ${AARCH64ELF_PREFIX}
diff --git a/cross/arm-none-eabi-gcc/Makefile b/cross/arm-none-eabi-gcc/Makefile
index fca5d707cdb..7b77666f38d 100644
--- a/cross/arm-none-eabi-gcc/Makefile
+++ b/cross/arm-none-eabi-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/08/11 13:18:16 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2020/04/01 17:44:06 tnn Exp $
DISTNAME= gcc-8.3.0
PKGNAME= cross-arm-none-eabi-${DISTNAME}
@@ -34,8 +34,8 @@ CONFIGURE_SCRIPT= ${WRKSRC}/configure
CONFIG_SHELL= ${TOOLS_PATH.bash}
WRAPPER_SHELL= ${TOOLS_PATH.bash}
USE_TOOLS+= bash gmake gsed makeinfo perl
-
GNU_CONFIGURE= yes
+CHECK_PORTABILITY_SKIP+=contrib/*
GNU_CONFIGURE_PREFIX= ${ARMELF_PREFIX}