pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/xtensa-esp32-elf-gcc xtensa-esp32-elf-gcc: don't...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d34c8dc3101
branches:  trunk
changeset: 376906:3d34c8dc3101
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Apr 14 13:11:49 2022 +0000

description:
xtensa-esp32-elf-gcc: don't bother with full GCC bootstrap + disable MKPIE

diffstat:

 cross/xtensa-esp32-elf-gcc/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 96cb3bee0a85 -r 3d34c8dc3101 cross/xtensa-esp32-elf-gcc/Makefile.common
--- a/cross/xtensa-esp32-elf-gcc/Makefile.common        Thu Apr 14 12:59:38 2022 +0000
+++ b/cross/xtensa-esp32-elf-gcc/Makefile.common        Thu Apr 14 13:11:49 2022 +0000
@@ -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 @@
 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-gcov-custom-rtio
 CONFIGURE_ARGS+=       --enable-libstdcxx-time=yes
 
+CONFIGURE_ARGS+=       --disable-bootstrap
+
 CHECK_PORTABILITY_SKIP+=       contrib/*
 
 post-extract:



Home | Main Index | Thread Index | Old Index