pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cross/xtensa-esp32-elf-gcc



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Jul 11 09:05:13 UTC 2020

Modified Files:
        pkgsrc/cross/xtensa-esp32-elf-gcc: Makefile

Log Message:
xtensa-esp32-elf-gcc: skip portability check for contrib/*


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/cross/xtensa-esp32-elf-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/xtensa-esp32-elf-gcc/Makefile
diff -u pkgsrc/cross/xtensa-esp32-elf-gcc/Makefile:1.4 pkgsrc/cross/xtensa-esp32-elf-gcc/Makefile:1.5
--- pkgsrc/cross/xtensa-esp32-elf-gcc/Makefile:1.4      Sun Aug 11 13:18:18 2019
+++ pkgsrc/cross/xtensa-esp32-elf-gcc/Makefile  Sat Jul 11 09:05:13 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/08/11 13:18:18 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2020/07/11 09:05:13 tnn Exp $
 
 # We could use the upstream GCC distfile, but Espressif has important vendor
 # patches in their branch and it seems not worth the maintenance overhead to
@@ -65,6 +65,8 @@ CONFIGURE_ARGS+=      --disable-libssp
 CONFIGURE_ARGS+=       --without-long-double-128
 CONFIGURE_ARGS+=       --enable-gcov-custom-rtio
 
+CHECK_PORTABILITY_SKIP+=       contrib/*
+
 post-extract:
        ${CP} -r ${WRKDIR}/crosstool-NG*/overlays/xtensa_esp32/gcc/. ${WRKSRC}/.
        ${LN} -s ${WRKDIR}/newlib-*/newlib ${WRKSRC}/newlib



Home | Main Index | Thread Index | Old Index