pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Jul 23 13:03:42 UTC 2024

Modified Files:
        pkgsrc/cross/xtensa-esp-elf-gcc: Makefile

Log Message:
xtensa-esp-elf-gcc: needs gsed or PLIST might become inconsistent

(due to XTENSA_BOARD_ESP sed script in libgloss/configure)


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

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-esp-elf-gcc/Makefile
diff -u pkgsrc/cross/xtensa-esp-elf-gcc/Makefile:1.2 pkgsrc/cross/xtensa-esp-elf-gcc/Makefile:1.3
--- pkgsrc/cross/xtensa-esp-elf-gcc/Makefile:1.2        Mon Jul 22 20:05:38 2024
+++ pkgsrc/cross/xtensa-esp-elf-gcc/Makefile    Tue Jul 23 13:03:41 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/07/22 20:05:38 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2024/07/23 13:03:41 tnn Exp $
 
 DISTNAME=              espressif-gcc-13.2.0-${GITHUB_TAG}
 PKGNAME=               xtensa-esp-elf-gcc-13.2.0
@@ -28,7 +28,7 @@ DEPENDS+=     xtensa-esp-elf-binutils>=2.41.
 GNU_CONFIGURE=         yes
 INFO_FILES=            yes
 USE_LANGUAGES+=                c c++
-USE_TOOLS+=            bash gmake makeinfo perl
+USE_TOOLS+=            bash gmake gsed makeinfo perl
 
 TOOL_DEPENDS+=         gtexinfo>=5.1:../../devel/gtexinfo
 _TOOLS_USE_PKGSRC.makeinfo=    yes
@@ -50,6 +50,7 @@ CONFIGURE_ARGS+=      --with-sysroot=${GNU_CO
 CONFIGURE_ARGS+=       --with-native-system-header-dir=/nonexistent/include
 CONFIGURE_ARGS+=       --with-newlib
 CONFIGURE_ARGS+=       --enable-threads=no
+CONFIGURE_ARGS+=       --enable-static
 CONFIGURE_ARGS+=       --disable-shared
 CONFIGURE_ARGS+=       --with-pkgversion="${PKGNAME} (pkgsrc)"
 CONFIGURE_ARGS+=       --disable-__cxa_atexit



Home | Main Index | Thread Index | Old Index