pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Apr 14 00:53:43 UTC 2022

Modified Files:
        pkgsrc/cross: Makefile
        pkgsrc/doc: CHANGES-2022

Log Message:
doc: updated ESP32 cross toolchain


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/cross/Makefile
cvs rdiff -u -r1.1825 -r1.1826 pkgsrc/doc/CHANGES-2022

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cross/Makefile
diff -u pkgsrc/cross/Makefile:1.101 pkgsrc/cross/Makefile:1.102
--- pkgsrc/cross/Makefile:1.101 Sun Jul 25 15:06:25 2021
+++ pkgsrc/cross/Makefile       Thu Apr 14 00:53:43 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2021/07/25 15:06:25 js Exp $
+# $NetBSD: Makefile,v 1.102 2022/04/14 00:53:43 tnn Exp $
 #
 
 COMMENT=       Cross-platform development utilities
@@ -76,6 +76,10 @@ SUBDIR+=     stlink
 SUBDIR+=       uisp
 SUBDIR+=       xtensa-esp32-elf-binutils
 SUBDIR+=       xtensa-esp32-elf-gcc
+SUBDIR+=       xtensa-esp32s2-elf-binutils
+SUBDIR+=       xtensa-esp32s2-elf-gcc
+SUBDIR+=       xtensa-esp32s3-elf-binutils
+SUBDIR+=       xtensa-esp32s3-elf-gcc
 SUBDIR+=       xtensa-lx106-elf-binutils
 SUBDIR+=       xtensa-lx106-elf-gcc
 

Index: pkgsrc/doc/CHANGES-2022
diff -u pkgsrc/doc/CHANGES-2022:1.1825 pkgsrc/doc/CHANGES-2022:1.1826
--- pkgsrc/doc/CHANGES-2022:1.1825      Wed Apr 13 19:46:35 2022
+++ pkgsrc/doc/CHANGES-2022     Thu Apr 14 00:53:43 2022
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.1825 2022/04/13 19:46:35 adam Exp $
+$NetBSD: CHANGES-2022,v 1.1826 2022/04/14 00:53:43 tnn Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -2605,3 +2605,9 @@ Changes to the packages collection and i
        Updated textproc/py-validate-pyproject to 0.7.2 [adam 2022-04-13]
        Updated devel/py-click to 8.1.2 [adam 2022-04-13]
        Updated finance/py-braintree to 4.15.2 [adam 2022-04-13]
+       Updated cross/xtensa-esp32-elf-binutils to 2.35.2 [tnn 2022-04-13]
+       Added cross/xtensa-esp32s2-elf-binutils version 2.35.2 [tnn 2022-04-13]
+       Added cross/xtensa-esp32s3-elf-binutils version 2.35.2 [tnn 2022-04-13]
+       Updated cross/xtensa-esp32-elf-gcc to 8.4.0 [tnn 2022-04-13]
+       Added cross/xtensa-esp32s2-elf-gcc version 8.4.0 [tnn 2022-04-13]
+       Added cross/xtensa-esp32s3-elf-gcc version 8.4.0 [tnn 2022-04-14]



Home | Main Index | Thread Index | Old Index