pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Apr 14 13:11:49 UTC 2022

Modified Files:
        pkgsrc/cross/xtensa-esp32-elf-gcc: Makefile.common

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/cross/xtensa-esp32-elf-gcc/Makefile.common

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-esp32-elf-gcc/Makefile.common
diff -u pkgsrc/cross/xtensa-esp32-elf-gcc/Makefile.common:1.1 pkgsrc/cross/xtensa-esp32-elf-gcc/Makefile.common:1.2
--- pkgsrc/cross/xtensa-esp32-elf-gcc/Makefile.common:1.1       Thu Apr 14 00:50:00 2022
+++ pkgsrc/cross/xtensa-esp32-elf-gcc/Makefile.common   Thu Apr 14 13:11:49 2022
@@ -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:



Home | Main Index | Thread Index | Old Index