summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-04-14 13:11:49 +0000
committertnn <tnn@pkgsrc.org>2022-04-14 13:11:49 +0000
commit706ede73ff5931a35cfdf5e78f4397cf6eac4f5c (patch)
tree7b5d5f3cdc3ad2cd78b61cea159b2049827f89bf /cross
parent7512cdde843dcc657cd9a5ae7e92a7028b91c840 (diff)
downloadpkgsrc-706ede73ff5931a35cfdf5e78f4397cf6eac4f5c.tar.gz
xtensa-esp32-elf-gcc: don't bother with full GCC bootstrap + disable MKPIE
Diffstat (limited to 'cross')
-rw-r--r--cross/xtensa-esp32-elf-gcc/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/cross/xtensa-esp32-elf-gcc/Makefile.common b/cross/xtensa-esp32-elf-gcc/Makefile.common
index fd7544f17a4..cf42b7f02f4 100644
--- a/cross/xtensa-esp32-elf-gcc/Makefile.common
+++ b/cross/xtensa-esp32-elf-gcc/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2022/04/14 00:50:00 tnn Exp $
+# $NetBSD: Makefile.common,v 1.2 2022/04/14 13:11:49 tnn Exp $
# used by cross/xtensa-esp32-elf-gcc/Makefile
# used by cross/xtensa-esp32s2-elf-gcc/Makefile
@@ -55,6 +55,7 @@ CONFIGURE_SCRIPT= ${WRKSRC}/configure
CONFIG_SHELL= ${TOOLS_PATH.bash}
WRAPPER_SHELL= ${TOOLS_PATH.bash}
GNU_CONFIGURE_PREFIX= ${PREFIX}/xtensa-${ESP32_TYPE}-elf
+MKPIE_SUPPORTED= no
# This is based on "gcc -v" output from the binary release
# xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-linux-amd64.tar.gz
@@ -81,6 +82,8 @@ CONFIGURE_ARGS+= --enable-threads=posix
CONFIGURE_ARGS+= --enable-gcov-custom-rtio
CONFIGURE_ARGS+= --enable-libstdcxx-time=yes
+CONFIGURE_ARGS+= --disable-bootstrap
+
CHECK_PORTABILITY_SKIP+= contrib/*
post-extract: