summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-07-11 09:05:13 +0000
committertnn <tnn@pkgsrc.org>2020-07-11 09:05:13 +0000
commit7182e821cfe9eddd434626a7c0ba6048e028f5d3 (patch)
treeea28d8f18da0bc40033c63ac42505a67834912a2 /cross
parent43756a025cf3bdbd35168ff8468cfe2b44b8b7fb (diff)
downloadpkgsrc-7182e821cfe9eddd434626a7c0ba6048e028f5d3.tar.gz
xtensa-esp32-elf-gcc: skip portability check for contrib/*
Diffstat (limited to 'cross')
-rw-r--r--cross/xtensa-esp32-elf-gcc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/xtensa-esp32-elf-gcc/Makefile b/cross/xtensa-esp32-elf-gcc/Makefile
index 60ef8773561..e050a504226 100644
--- a/cross/xtensa-esp32-elf-gcc/Makefile
+++ b/cross/xtensa-esp32-elf-gcc/Makefile
@@ -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