summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-08-16 23:05:33 +0000
committertnn <tnn@pkgsrc.org>2020-08-16 23:05:33 +0000
commit79ed1a4392e32b2dd95cbf0eca1faabf718fbc32 (patch)
tree5696c93af59fe724d7a89b50e97857e500765cce /cross
parent4fc96acd8a35b67f5e1b806f5f29127e5e0bdf62 (diff)
downloadpkgsrc-79ed1a4392e32b2dd95cbf0eca1faabf718fbc32.tar.gz
tensa-lx106-elf-gcc: skip portability checks in contrib
Diffstat (limited to 'cross')
-rw-r--r--cross/xtensa-lx106-elf-gcc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/xtensa-lx106-elf-gcc/Makefile b/cross/xtensa-lx106-elf-gcc/Makefile
index 9d9f33f4aca..170b265c3ef 100644
--- a/cross/xtensa-lx106-elf-gcc/Makefile
+++ b/cross/xtensa-lx106-elf-gcc/Makefile
@@ -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