pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Aug 16 23:05:33 UTC 2020

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

Log Message:
tensa-lx106-elf-gcc: skip portability checks in contrib


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/cross/xtensa-lx106-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-lx106-elf-gcc/Makefile
diff -u pkgsrc/cross/xtensa-lx106-elf-gcc/Makefile:1.2 pkgsrc/cross/xtensa-lx106-elf-gcc/Makefile:1.3
--- pkgsrc/cross/xtensa-lx106-elf-gcc/Makefile:1.2      Thu Dec 19 22:10:35 2019
+++ pkgsrc/cross/xtensa-lx106-elf-gcc/Makefile  Sun Aug 16 23:05:33 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/12/19 22:10:35 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2020/08/16 23:05:33 tnn Exp $
 
 # using configure options and sources from
 # https://github.com/earlephilhower/esp-quick-toolchain
@@ -84,6 +84,8 @@ CONFIGURE_ARGS+=      --enable-lto
 CONFIGURE_ARGS+=       --enable-static=yes
 CONFIGURE_ARGS+=       --disable-libstdcxx-verbose
 
+CHECK_PORTABILITY_SKIP+=       contrib/*
+
 post-extract:
        ${LN} -s ${WRKDIR}/newlib-*/newlib ${WRKSRC}/newlib
        ${LN} -s ${WRKDIR}/newlib-*/libgloss ${WRKSRC}/libgloss



Home | Main Index | Thread Index | Old Index