From 04b16d8aceff7d1f52bf10dec3b02c403aab4767 Mon Sep 17 00:00:00 2001 From: tnn Date: Wed, 1 Apr 2020 17:44:06 +0000 Subject: arm cross toolchains: skip portability checks under contrib/* --- cross/aarch64-none-elf-gcc/Makefile | 3 ++- cross/arm-none-eabi-gcc/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'cross') 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} -- cgit v1.2.3