pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cross
Module Name: pkgsrc
Committed By: tnn
Date: Wed Apr 1 17:44:06 UTC 2020
Modified Files:
pkgsrc/cross/aarch64-none-elf-gcc: Makefile
pkgsrc/cross/arm-none-eabi-gcc: Makefile
Log Message:
arm cross toolchains: skip portability checks under contrib/*
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/cross/aarch64-none-elf-gcc/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/cross/arm-none-eabi-gcc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cross/aarch64-none-elf-gcc/Makefile
diff -u pkgsrc/cross/aarch64-none-elf-gcc/Makefile:1.12 pkgsrc/cross/aarch64-none-elf-gcc/Makefile:1.13
--- pkgsrc/cross/aarch64-none-elf-gcc/Makefile:1.12 Sun Aug 11 13:18:16 2019
+++ pkgsrc/cross/aarch64-none-elf-gcc/Makefile Wed Apr 1 17:44:06 2020
@@ -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}
Index: pkgsrc/cross/arm-none-eabi-gcc/Makefile
diff -u pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.26 pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.27
--- pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.26 Sun Aug 11 13:18:16 2019
+++ pkgsrc/cross/arm-none-eabi-gcc/Makefile Wed Apr 1 17:44:06 2020
@@ -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}
Home |
Main Index |
Thread Index |
Old Index