pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cross
Module Name: pkgsrc
Committed By: tnn
Date: Mon Jul 22 20:01:52 UTC 2024
Modified Files:
pkgsrc/cross: Makefile
Added Files:
pkgsrc/cross/xtensa-esp-elf-binutils: DESCR Makefile PLIST distinfo
pkgsrc/cross/xtensa-esp-elf-binutils/patches:
patch-bfd_xtensa-dynconfig.c
pkgsrc/cross/xtensa-esp-elf-gcc: DESCR Makefile PLIST distinfo
pkgsrc/cross/xtensa-esp-elf-gcc/patches:
patch-gcc_config_xtensa_xtensa-dynconfig.cc patch-gcc_system.h
patch-libgcc_libgcov.h patch-newlib_libc_posix_collate.c
patch-newlib_libc_posix_regcomp.c
Removed Files:
pkgsrc/cross/xtensa-esp32-elf-binutils: DESCR Makefile Makefile.common
PLIST distinfo
pkgsrc/cross/xtensa-esp32-elf-gcc: DESCR Makefile Makefile.common PLIST
distinfo
pkgsrc/cross/xtensa-esp32-elf-gcc/patches:
patch-gcc_config_host-darwin.c patch-gcc_system.h
patch-newlib_libc_posix_collate.c patch-newlib_libc_posix_regcomp.c
pkgsrc/cross/xtensa-esp32s2-elf-binutils: Makefile PLIST
pkgsrc/cross/xtensa-esp32s2-elf-gcc: Makefile PLIST
pkgsrc/cross/xtensa-esp32s3-elf-binutils: Makefile PLIST
pkgsrc/cross/xtensa-esp32s3-elf-gcc: Makefile PLIST
Log Message:
cross: add xtensa-esp-elf toolchain
This comes with multilib support and replaces the chip specific
esp32/esp32s2/esp32s3 toolchains via the -mdynconfig switch.
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pkgsrc/cross/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/cross/xtensa-esp-elf-binutils/DESCR \
pkgsrc/cross/xtensa-esp-elf-binutils/Makefile \
pkgsrc/cross/xtensa-esp-elf-binutils/PLIST \
pkgsrc/cross/xtensa-esp-elf-binutils/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/cross/xtensa-esp-elf-binutils/patches/patch-bfd_xtensa-dynconfig.c
cvs rdiff -u -r0 -r1.1 pkgsrc/cross/xtensa-esp-elf-gcc/DESCR \
pkgsrc/cross/xtensa-esp-elf-gcc/Makefile \
pkgsrc/cross/xtensa-esp-elf-gcc/PLIST \
pkgsrc/cross/xtensa-esp-elf-gcc/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/cross/xtensa-esp-elf-gcc/patches/patch-gcc_config_xtensa_xtensa-dynconfig.cc \
pkgsrc/cross/xtensa-esp-elf-gcc/patches/patch-gcc_system.h \
pkgsrc/cross/xtensa-esp-elf-gcc/patches/patch-libgcc_libgcov.h \
pkgsrc/cross/xtensa-esp-elf-gcc/patches/patch-newlib_libc_posix_collate.c \
pkgsrc/cross/xtensa-esp-elf-gcc/patches/patch-newlib_libc_posix_regcomp.c
cvs rdiff -u -r1.1 -r0 pkgsrc/cross/xtensa-esp32-elf-binutils/DESCR \
pkgsrc/cross/xtensa-esp32-elf-binutils/PLIST
cvs rdiff -u -r1.5 -r0 pkgsrc/cross/xtensa-esp32-elf-binutils/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/cross/xtensa-esp32-elf-binutils/Makefile.common
cvs rdiff -u -r1.6 -r0 pkgsrc/cross/xtensa-esp32-elf-binutils/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/cross/xtensa-esp32-elf-gcc/DESCR
cvs rdiff -u -r1.11 -r0 pkgsrc/cross/xtensa-esp32-elf-gcc/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/cross/xtensa-esp32-elf-gcc/Makefile.common
cvs rdiff -u -r1.4 -r0 pkgsrc/cross/xtensa-esp32-elf-gcc/PLIST
cvs rdiff -u -r1.8 -r0 pkgsrc/cross/xtensa-esp32-elf-gcc/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/cross/xtensa-esp32-elf-gcc/patches/patch-gcc_config_host-darwin.c \
pkgsrc/cross/xtensa-esp32-elf-gcc/patches/patch-gcc_system.h \
pkgsrc/cross/xtensa-esp32-elf-gcc/patches/patch-newlib_libc_posix_collate.c \
pkgsrc/cross/xtensa-esp32-elf-gcc/patches/patch-newlib_libc_posix_regcomp.c
cvs rdiff -u -r1.1 -r0 pkgsrc/cross/xtensa-esp32s2-elf-binutils/Makefile \
pkgsrc/cross/xtensa-esp32s2-elf-binutils/PLIST
cvs rdiff -u -r1.2 -r0 pkgsrc/cross/xtensa-esp32s2-elf-gcc/Makefile \
pkgsrc/cross/xtensa-esp32s2-elf-gcc/PLIST
cvs rdiff -u -r1.1 -r0 pkgsrc/cross/xtensa-esp32s3-elf-binutils/Makefile \
pkgsrc/cross/xtensa-esp32s3-elf-binutils/PLIST
cvs rdiff -u -r1.2 -r0 pkgsrc/cross/xtensa-esp32s3-elf-gcc/Makefile \
pkgsrc/cross/xtensa-esp32s3-elf-gcc/PLIST
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.114 pkgsrc/cross/Makefile:1.115
--- pkgsrc/cross/Makefile:1.114 Tue Apr 2 22:33:56 2024
+++ pkgsrc/cross/Makefile Mon Jul 22 20:01:49 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.114 2024/04/02 22:33:56 js Exp $
+# $NetBSD: Makefile,v 1.115 2024/07/22 20:01:49 tnn Exp $
#
COMMENT= Cross-platform development utilities
@@ -79,12 +79,8 @@ SUBDIR+= riscv64-none-elf-binutils
SUBDIR+= riscv64-none-elf-gcc
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-esp-elf-binutils
+SUBDIR+= xtensa-esp-elf-gcc
SUBDIR+= xtensa-lx106-elf-binutils
SUBDIR+= xtensa-lx106-elf-gcc
SUBDIR+= z80asm
Added files:
Index: pkgsrc/cross/xtensa-esp-elf-binutils/DESCR
diff -u /dev/null pkgsrc/cross/xtensa-esp-elf-binutils/DESCR:1.1
--- /dev/null Mon Jul 22 20:01:52 2024
+++ pkgsrc/cross/xtensa-esp-elf-binutils/DESCR Mon Jul 22 20:01:49 2024
@@ -0,0 +1 @@
+Cross binutils for Espressif ESP32 bare metal environment.
Index: pkgsrc/cross/xtensa-esp-elf-binutils/Makefile
diff -u /dev/null pkgsrc/cross/xtensa-esp-elf-binutils/Makefile:1.1
--- /dev/null Mon Jul 22 20:01:52 2024
+++ pkgsrc/cross/xtensa-esp-elf-binutils/Makefile Mon Jul 22 20:01:49 2024
@@ -0,0 +1,61 @@
+# $NetBSD: Makefile,v 1.1 2024/07/22 20:01:49 tnn Exp $
+
+DISTNAME= espressif-binutils-gdb-${GITHUB_TAG}
+PKGNAME= xtensa-esp-elf-binutils-2.41.0
+CATEGORIES= cross
+MASTER_SITES= ${MASTER_SITE_GITHUB:=espressif/}
+GITHUB_PROJECT= binutils-gdb
+GITHUB_TAG= esp-2.41.0_20240305
+
+# Espressif overlays
+DISTFILES= ${DEFAULT_DISTFILES}
+DISTFILES+= crosstool-NG-esp-13.2.0_20240530-src.tar.xz
+SITES.crosstool-NG-esp-13.2.0_20240530-src.tar.xz= -https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20240530/crosstool-NG-esp-13.2.0_20240530-src.tar.xz
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/espressif/binutils-gdb
+COMMENT= Cross binutils for Espressif ESP32 bare metal environment
+LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3
+
+INFO_FILES= yes
+GNU_CONFIGURE= yes
+GNU_CONFIGURE_STRICT= no # several sub-configures know --enable-nls
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake makeinfo bison
+MKPIE_SUPPORTED= no # strange errors with libiberty. checking for fcntl.h ... no
+
+TOOL_DEPENDS+= gtexinfo>=5.1:../../devel/gtexinfo
+_TOOLS_USE_PKGSRC.makeinfo= yes
+
+OBJDIR= ../build
+CONFIGURE_DIRS= ${OBJDIR}
+CONFIGURE_SCRIPT= ${WRKSRC}/configure
+GNU_CONFIGURE_PREFIX= ${PREFIX}/xtensa-esp-elf
+
+CONFIGURE_ARGS+= --disable-werror
+CONFIGURE_ARGS+= --target=xtensa-esp-elf
+CONFIGURE_ARGS+= --enable-multilib
+CONFIGURE_ARGS+= --disable-nls
+CONFIGURE_ARGS+= --disable-gdb
+
+CHECK_SHLIBS_SKIP+= xtensa-esp-elf/lib/xtensa*.so
+CHECK_PORTABILITY_SKIP+= sim/testsuite/bfin/run-tests.sh
+
+SUBST_CLASSES+= prefix
+SUBST_FILES.prefix= bfd/xtensa-dynconfig.c
+SUBST_STAGE.prefix= pre-configure
+SUBST_MESSAGE.prefix= Substitute GNU_CONFIGURE_PREFIX in patch
+SUBST_VARS.prefix+= GNU_CONFIGURE_PREFIX
+
+pre-configure:
+ ${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR}
+
+pre-build:
+ ${RUN} cd ${WRKDIR}/crosstool-NG-esp-13.2.0_20240530-src/xtensa-dynconfig && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} CONF_DIR=${WRKDIR}/crosstool-NG-esp-13.2.0_20240530-src/overlays
+
+post-install:
+ set -e; for f in ${WRKDIR}/crosstool-NG-esp-13.2.0_20240530-src/xtensa-dynconfig/*.so; do \
+ ${INSTALL_PROGRAM} $$f ${DESTDIR}${GNU_CONFIGURE_PREFIX}/lib; \
+ done
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/cross/xtensa-esp-elf-binutils/PLIST
diff -u /dev/null pkgsrc/cross/xtensa-esp-elf-binutils/PLIST:1.1
--- /dev/null Mon Jul 22 20:01:52 2024
+++ pkgsrc/cross/xtensa-esp-elf-binutils/PLIST Mon Jul 22 20:01:49 2024
@@ -0,0 +1,81 @@
+@comment $NetBSD: PLIST,v 1.1 2024/07/22 20:01:49 tnn Exp $
+xtensa-esp-elf/bin/xtensa-esp-elf-addr2line
+xtensa-esp-elf/bin/xtensa-esp-elf-ar
+xtensa-esp-elf/bin/xtensa-esp-elf-as
+xtensa-esp-elf/bin/xtensa-esp-elf-c++filt
+xtensa-esp-elf/bin/xtensa-esp-elf-elfedit
+xtensa-esp-elf/bin/xtensa-esp-elf-gprof
+xtensa-esp-elf/bin/xtensa-esp-elf-ld
+xtensa-esp-elf/bin/xtensa-esp-elf-ld.bfd
+xtensa-esp-elf/bin/xtensa-esp-elf-nm
+xtensa-esp-elf/bin/xtensa-esp-elf-objcopy
+xtensa-esp-elf/bin/xtensa-esp-elf-objdump
+xtensa-esp-elf/bin/xtensa-esp-elf-ranlib
+xtensa-esp-elf/bin/xtensa-esp-elf-readelf
+xtensa-esp-elf/bin/xtensa-esp-elf-size
+xtensa-esp-elf/bin/xtensa-esp-elf-strings
+xtensa-esp-elf/bin/xtensa-esp-elf-strip
+xtensa-esp-elf/info/as.info
+xtensa-esp-elf/info/bfd.info
+xtensa-esp-elf/info/binutils.info
+xtensa-esp-elf/info/ctf-spec.info
+xtensa-esp-elf/info/gprof.info
+xtensa-esp-elf/info/ld.info
+xtensa-esp-elf/info/ldint.info
+xtensa-esp-elf/info/sframe-spec.info
+xtensa-esp-elf/lib/bfd-plugins/libdep.so
+xtensa-esp-elf/lib/xtensa_esp32.so
+xtensa-esp-elf/lib/xtensa_esp32s2.so
+xtensa-esp-elf/lib/xtensa_esp32s3.so
+xtensa-esp-elf/lib/xtensa_esp8266.so
+xtensa-esp-elf/man/man1/xtensa-esp-elf-addr2line.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-ar.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-as.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-c++filt.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-dlltool.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-elfedit.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-gprof.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-ld.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-nm.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-objcopy.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-objdump.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-ranlib.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-readelf.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-size.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-strings.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-strip.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-windmc.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-windres.1
+xtensa-esp-elf/xtensa-esp-elf/bin/ar
+xtensa-esp-elf/xtensa-esp-elf/bin/as
+xtensa-esp-elf/xtensa-esp-elf/bin/ld
+xtensa-esp-elf/xtensa-esp-elf/bin/ld.bfd
+xtensa-esp-elf/xtensa-esp-elf/bin/nm
+xtensa-esp-elf/xtensa-esp-elf/bin/objcopy
+xtensa-esp-elf/xtensa-esp-elf/bin/objdump
+xtensa-esp-elf/xtensa-esp-elf/bin/ranlib
+xtensa-esp-elf/xtensa-esp-elf/bin/readelf
+xtensa-esp-elf/xtensa-esp-elf/bin/strip
+xtensa-esp-elf/xtensa-esp-elf/lib/ldscripts/elf32xtensa.x
+xtensa-esp-elf/xtensa-esp-elf/lib/ldscripts/elf32xtensa.xbn
+xtensa-esp-elf/xtensa-esp-elf/lib/ldscripts/elf32xtensa.xc
+xtensa-esp-elf/xtensa-esp-elf/lib/ldscripts/elf32xtensa.xce
+xtensa-esp-elf/xtensa-esp-elf/lib/ldscripts/elf32xtensa.xd
+xtensa-esp-elf/xtensa-esp-elf/lib/ldscripts/elf32xtensa.xdc
+xtensa-esp-elf/xtensa-esp-elf/lib/ldscripts/elf32xtensa.xdce
+xtensa-esp-elf/xtensa-esp-elf/lib/ldscripts/elf32xtensa.xde
+xtensa-esp-elf/xtensa-esp-elf/lib/ldscripts/elf32xtensa.xdw
+xtensa-esp-elf/xtensa-esp-elf/lib/ldscripts/elf32xtensa.xdwe
+xtensa-esp-elf/xtensa-esp-elf/lib/ldscripts/elf32xtensa.xe
+xtensa-esp-elf/xtensa-esp-elf/lib/ldscripts/elf32xtensa.xn
+xtensa-esp-elf/xtensa-esp-elf/lib/ldscripts/elf32xtensa.xr
+xtensa-esp-elf/xtensa-esp-elf/lib/ldscripts/elf32xtensa.xs
+xtensa-esp-elf/xtensa-esp-elf/lib/ldscripts/elf32xtensa.xsc
+xtensa-esp-elf/xtensa-esp-elf/lib/ldscripts/elf32xtensa.xsce
+xtensa-esp-elf/xtensa-esp-elf/lib/ldscripts/elf32xtensa.xse
+xtensa-esp-elf/xtensa-esp-elf/lib/ldscripts/elf32xtensa.xsw
+xtensa-esp-elf/xtensa-esp-elf/lib/ldscripts/elf32xtensa.xswe
+xtensa-esp-elf/xtensa-esp-elf/lib/ldscripts/elf32xtensa.xu
+xtensa-esp-elf/xtensa-esp-elf/lib/ldscripts/elf32xtensa.xw
+xtensa-esp-elf/xtensa-esp-elf/lib/ldscripts/elf32xtensa.xwe
+@pkgdir xtensa-esp-elf/include/sim
Index: pkgsrc/cross/xtensa-esp-elf-binutils/distinfo
diff -u /dev/null pkgsrc/cross/xtensa-esp-elf-binutils/distinfo:1.1
--- /dev/null Mon Jul 22 20:01:52 2024
+++ pkgsrc/cross/xtensa-esp-elf-binutils/distinfo Mon Jul 22 20:01:50 2024
@@ -0,0 +1,9 @@
+$NetBSD: distinfo,v 1.1 2024/07/22 20:01:50 tnn Exp $
+
+BLAKE2s (crosstool-NG-esp-13.2.0_20240530-src.tar.xz) = 7cd662eceee9bd5ae1216fde1ddf3a7ea67a2607b727075ee65d9fe1429478a6
+SHA512 (crosstool-NG-esp-13.2.0_20240530-src.tar.xz) = 2d8235e9743d95804278d964887f48f1935e932f48b2a6467ee3e81028b2909c05ad825ee14bffeadbbfaab2d54badea78d986192000a1126b2ccb1d75bd9649
+Size (crosstool-NG-esp-13.2.0_20240530-src.tar.xz) = 1123972 bytes
+BLAKE2s (espressif-binutils-gdb-esp-2.41.0_20240305.tar.gz) = 3db9c614e3c61f9ecf290a419a5c9bcb3d8191adbc2ada7e9be77e98618eb56c
+SHA512 (espressif-binutils-gdb-esp-2.41.0_20240305.tar.gz) = 610ea208e2ee15fce67de960e60a724ae4ab5d7c5c01e3fb3d62abfb4600771b195d82d0441fa6e9ca05752a8ddba37fa11923fc3745ead5a98d04147678b707
+Size (espressif-binutils-gdb-esp-2.41.0_20240305.tar.gz) = 65669754 bytes
+SHA1 (patch-bfd_xtensa-dynconfig.c) = 24ca1663c8d3236419bb43f93a744fca9704b46b
Index: pkgsrc/cross/xtensa-esp-elf-binutils/patches/patch-bfd_xtensa-dynconfig.c
diff -u /dev/null pkgsrc/cross/xtensa-esp-elf-binutils/patches/patch-bfd_xtensa-dynconfig.c:1.1
--- /dev/null Mon Jul 22 20:01:52 2024
+++ pkgsrc/cross/xtensa-esp-elf-binutils/patches/patch-bfd_xtensa-dynconfig.c Mon Jul 22 20:01:50 2024
@@ -0,0 +1,23 @@
+$NetBSD: patch-bfd_xtensa-dynconfig.c,v 1.1 2024/07/22 20:01:50 tnn Exp $
+
+Try full path if dlopen of dynconfig lib fails.
+Fails at least on macOS otherwise.
+
+--- bfd/xtensa-dynconfig.c.orig 2024-07-22 19:32:42.008309960 +0000
++++ bfd/xtensa-dynconfig.c
+@@ -146,6 +146,15 @@ const void *xtensa_load_config (const ch
+ if (!path)
+ return no_plugin_def;
+ handle = dlopen (path, RTLD_LAZY);
++ if (!handle)
++ {
++ char fullpath[1024];
++ int ret = snprintf(fullpath, sizeof(fullpath), "%s/%s/%s", "@GNU_CONFIGURE_PREFIX@", "lib", path);
++ if (ret > 0 && ret < sizeof(fullpath))
++ {
++ handle = dlopen (fullpath, RTLD_LAZY);
++ }
++ }
+ free (path);
+ if (!handle)
+ {
Index: pkgsrc/cross/xtensa-esp-elf-gcc/DESCR
diff -u /dev/null pkgsrc/cross/xtensa-esp-elf-gcc/DESCR:1.1
--- /dev/null Mon Jul 22 20:01:52 2024
+++ pkgsrc/cross/xtensa-esp-elf-gcc/DESCR Mon Jul 22 20:01:50 2024
@@ -0,0 +1 @@
+Cross GCC for Espressif ESP32 bare metal environment.
Index: pkgsrc/cross/xtensa-esp-elf-gcc/Makefile
diff -u /dev/null pkgsrc/cross/xtensa-esp-elf-gcc/Makefile:1.1
--- /dev/null Mon Jul 22 20:01:52 2024
+++ pkgsrc/cross/xtensa-esp-elf-gcc/Makefile Mon Jul 22 20:01:50 2024
@@ -0,0 +1,117 @@
+# $NetBSD: Makefile,v 1.1 2024/07/22 20:01:50 tnn Exp $
+
+DISTNAME= espressif-gcc-13.2.0-${GITHUB_TAG}
+PKGNAME= xtensa-esp-elf-gcc-13.2.0
+CATEGORIES= cross
+MASTER_SITES= ${MASTER_SITE_GITHUB:=espressif/}
+GITHUB_PROJECT= gcc
+GITHUB_TAG= 8b450d265fc2e60f5be980feb6c9f9c214c6c298
+# Espressif overlays
+DISTFILES= ${DEFAULT_DISTFILES}
+DISTFILES+= crosstool-NG-esp-13.2.0_20240530-src.tar.xz
+SITES.crosstool-NG-esp-13.2.0_20240530-src.tar.xz= \
+ -https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20240530/crosstool-NG-esp-13.2.0_20240530-src.tar.xz
+
+# Custom ESP32 newlib
+DISTFILES+= newlib-${NEWLIBVER}.tar.gz
+NEWLIBVER= esp-4.3.0_20240530
+SITES.newlib-${NEWLIBVER}.tar.gz= \
+ -https://github.com/espressif/newlib-esp32/archive/refs/tags/esp-4.3.0_20240530.tar.gz
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/espressif/gcc
+COMMENT= Cross GCC for Espressif ESP32 bare metal environment
+LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3
+
+DEPENDS+= xtensa-esp-elf-binutils>=2.41.0:../../cross/xtensa-esp-elf-binutils
+
+GNU_CONFIGURE= yes
+INFO_FILES= yes
+USE_LANGUAGES+= c c++
+USE_TOOLS+= bash gmake makeinfo perl
+
+TOOL_DEPENDS+= gtexinfo>=5.1:../../devel/gtexinfo
+_TOOLS_USE_PKGSRC.makeinfo= yes
+
+OBJDIR= ../build
+CONFIGURE_DIRS= ${OBJDIR}
+CONFIGURE_SCRIPT= ${WRKSRC}/configure
+CONFIG_SHELL= ${TOOLS_PATH.bash}
+WRAPPER_SHELL= ${TOOLS_PATH.bash}
+GNU_CONFIGURE_PREFIX= ${PREFIX}/xtensa-esp-elf
+MKPIE_SUPPORTED= no
+
+CONFIGURE_ENV+= CFLAGS_FOR_TARGET="-mlongcalls"
+# This is based on "gcc -v" output from the binary release
+CONFIGURE_ARGS+= --target=xtensa-esp-elf
+CONFIGURE_ARGS+= --exec_prefix=${GNU_CONFIGURE_PREFIX}
+CONFIGURE_ARGS+= --with-local-prefix=${GNU_CONFIGURE_PREFIX}/xtensa-esp-elf
+CONFIGURE_ARGS+= --with-sysroot=${GNU_CONFIGURE_PREFIX}/xtensa-esp-elf
+CONFIGURE_ARGS+= --with-native-system-header-dir=/nonexistent/include
+CONFIGURE_ARGS+= --with-newlib
+CONFIGURE_ARGS+= --enable-threads=no
+CONFIGURE_ARGS+= --disable-shared
+CONFIGURE_ARGS+= --with-pkgversion="${PKGNAME} (pkgsrc)"
+CONFIGURE_ARGS+= --disable-__cxa_atexit
+CONFIGURE_ARGS+= --enable-cxx-flags=-ffunction-sections
+CONFIGURE_ARGS+= --disable-libgomp
+CONFIGURE_ARGS+= --disable-libmudflap
+CONFIGURE_ARGS+= --disable-libmpx
+CONFIGURE_ARGS+= --disable-libssp
+CONFIGURE_ARGS+= --disable-libquadmath
+CONFIGURE_ARGS+= --disable-libquadmath-support
+CONFIGURE_ARGS+= --disable-libstdcxx-verbose
+CONFIGURE_ARGS+= --with-gmp=${BUILDLINK_PREFIX.gmp}
+CONFIGURE_ARGS+= --with-mpfr=${BUILDLINK_PREFIX.mpfr}
+CONFIGURE_ARGS+= --with-mpc=${BUILDLINK_PREFIX.mpcomplex}
+CONFIGURE_ARGS+= --with-isl=${BUILDLINK_PREFIX.isl}
+CONFIGURE_ARGS+= --enable-lto
+CONFIGURE_ARGS+= --enable-target-optspace
+CONFIGURE_ARGS+= --without-long-double-128
+CONFIGURE_ARGS+= --disable-nls
+CONFIGURE_ARGS+= --enable-multiarch
+CONFIGURE_ARGS+= --enable-languages=c,c++
+CONFIGURE_ARGS+= --disable-libstdcxx-verbose
+CONFIGURE_ARGS+= --enable-threads=posix
+CONFIGURE_ARGS+= --enable-gcov-custom-rtio
+CONFIGURE_ARGS+= --enable-libstdcxx-time=yes
+CONFIGURE_ARGS+= --enable-multilib
+
+CONFIGURE_ARGS+= --disable-bootstrap
+
+# configry for newlib
+CONFIGURE_ARGS+= --disable-newlib-io-c99-formats
+CONFIGURE_ARGS+= --disable-newlib-supplied-syscalls
+CONFIGURE_ARGS+= --enable-newlib-nano-formatted-io
+CONFIGURE_ARGS+= --enable-newlib-reent-small
+CONFIGURE_ARGS+= --enable-target-optspace
+CONFIGURE_ARGS+= --enable-newlib-nano-malloc
+CONFIGURE_ARGS+= --enable-newlib-retargetable-locking
+CONFIGURE_ARGS+= --disable-newlib_wide_orient
+CONFIGURE_ARGS+= --enable-newlib-iconv
+CONFIGURE_ARGS+= --enable-newlib-reent-binary-compat
+
+CHECK_PORTABILITY_SKIP+= contrib/*
+CHECK_PORTABILITY_SKIP+= gcc/configure # CONFIG_SHELL is bash
+CHECK_PORTABILITY_SKIP+= gcc/config/nvptx/gen-opt.sh
+
+SUBST_CLASSES+= prefix
+SUBST_FILES.prefix= gcc/config/xtensa/xtensa-dynconfig.cc
+SUBST_STAGE.prefix= pre-configure
+SUBST_MESSAGE.prefix= Substitute GNU_CONFIGURE_PREFIX in patch
+SUBST_VARS.prefix+= GNU_CONFIGURE_PREFIX
+
+post-extract:
+ mv ${WRKDIR}/newlib-*/newlib ${WRKSRC}/newlib
+ mv ${WRKDIR}/newlib-*/libgloss ${WRKSRC}/libgloss
+# ${CP} -r ${WRKDIR}/crosstool-NG-esp-13.2.0_20240530-src/overlays/xtensa_${ESP32_TYPE}/gcc/. ${WRKSRC}/.
+# ${CP} -r ${WRKDIR}/crosstool-NG-esp-13.2.0_20240530-src/overlays/xtensa_${ESP32_TYPE}/newlib/. ${WRKSRC}/.
+
+pre-configure:
+ ${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR}
+
+.include "../../devel/gmp/buildlink3.mk"
+.include "../../math/mpfr/buildlink3.mk"
+.include "../../math/mpcomplex/buildlink3.mk"
+.include "../../math/isl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/cross/xtensa-esp-elf-gcc/PLIST
diff -u /dev/null pkgsrc/cross/xtensa-esp-elf-gcc/PLIST:1.1
--- /dev/null Mon Jul 22 20:01:52 2024
+++ pkgsrc/cross/xtensa-esp-elf-gcc/PLIST Mon Jul 22 20:01:50 2024
@@ -0,0 +1,1954 @@
+@comment $NetBSD: PLIST,v 1.1 2024/07/22 20:01:50 tnn Exp $
+xtensa-esp-elf/bin/xtensa-esp-elf-c++
+xtensa-esp-elf/bin/xtensa-esp-elf-cpp
+xtensa-esp-elf/bin/xtensa-esp-elf-g++
+xtensa-esp-elf/bin/xtensa-esp-elf-gcc
+xtensa-esp-elf/bin/${PKGNAME}
+xtensa-esp-elf/bin/xtensa-esp-elf-gcc-ar
+xtensa-esp-elf/bin/xtensa-esp-elf-gcc-nm
+xtensa-esp-elf/bin/xtensa-esp-elf-gcc-ranlib
+xtensa-esp-elf/bin/xtensa-esp-elf-gcov
+xtensa-esp-elf/bin/xtensa-esp-elf-gcov-dump
+xtensa-esp-elf/bin/xtensa-esp-elf-gcov-tool
+xtensa-esp-elf/bin/xtensa-esp-elf-lto-dump
+xtensa-esp-elf/info/cpp.info
+xtensa-esp-elf/info/cppinternals.info
+xtensa-esp-elf/info/gcc.info
+xtensa-esp-elf/info/gccinstall.info
+xtensa-esp-elf/info/gccint.info
+xtensa-esp-elf/info/porting.info
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/crtbegin.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/crtend.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/crti.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/crtn.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/crtbegin.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/crtend.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/crti.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/crtn.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/libgcc.a
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/libgcov.a
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/no-rtti/crtbegin.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/no-rtti/crtend.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/no-rtti/crti.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/no-rtti/crtn.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/no-rtti/libgcc.a
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/no-rtti/libgcov.a
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/psram/crtbegin.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/psram/crtend.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/psram/crti.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/psram/crtn.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/psram/libgcc.a
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/psram/libgcov.a
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/psram/no-rtti/crtbegin.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/psram/no-rtti/crtend.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/psram/no-rtti/crti.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/psram/no-rtti/crtn.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/psram/no-rtti/libgcc.a
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32/psram/no-rtti/libgcov.a
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s2/crtbegin.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s2/crtend.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s2/crti.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s2/crtn.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s2/libgcc.a
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s2/libgcov.a
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s2/no-rtti/crtbegin.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s2/no-rtti/crtend.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s2/no-rtti/crti.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s2/no-rtti/crtn.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s2/no-rtti/libgcc.a
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s2/no-rtti/libgcov.a
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s3/crtbegin.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s3/crtend.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s3/crti.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s3/crtn.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s3/libgcc.a
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s3/libgcov.a
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s3/no-rtti/crtbegin.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s3/no-rtti/crtend.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s3/no-rtti/crti.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s3/no-rtti/crtn.o
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s3/no-rtti/libgcc.a
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/esp32s3/no-rtti/libgcov.a
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/include-fixed/README
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/include/float.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/include/gcov.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/include/iso646.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/include/limits.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/include/stdalign.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/include/stdarg.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/include/stdatomic.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/include/stdbool.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/include/stddef.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/include/stdfix.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/include/stdint-gcc.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/include/stdint.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/include/stdnoreturn.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/include/syslimits.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/include/tgmath.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/include/unwind.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/include/varargs.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/install-tools/fixinc_list
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/install-tools/gsyslimits.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/install-tools/include/README
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/install-tools/include/limits.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/install-tools/macro_list
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/install-tools/mkheaders.conf
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/libgcc.a
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/libgcov.a
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/gtype.state
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ada/gcc-interface/ada-tree.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/addresses.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/alias.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/align.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/all-tree.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/alloc-pool.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ansidecl.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/array-traits.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/asan.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/attr-fnspec.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/attribs.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/auto-host.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/auto-profile.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/b-header-vars
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/backend.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/basic-block.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/bb-reorder.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/bitmap.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/builtin-attrs.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/builtin-types.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/builtins.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/builtins.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/bversion.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/c-family/c-common.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/c-family/c-common.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/c-family/c-objc.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/c-family/c-pragma.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/c-family/c-pretty-print.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/c-tree.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/calls.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ccmp.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cfg-flags.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cfg.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cfganal.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cfgbuild.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cfgcleanup.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cfgexpand.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cfghooks.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cfgloop.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cfgloopmanip.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cfgrtl.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cgraph.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cif-code.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/collect-utils.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/collect2-aix.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/collect2.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/color-macros.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/conditions.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/config.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/config/elfos.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/config/initfini-array.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/config/newlib-stdint.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/config/xtensa/elf.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/config/xtensa/xtensa-opts.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/config/xtensa/xtensa-protos.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/config/xtensa/xtensa.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/configargs.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/context.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/convert.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/coretypes.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/coroutine-builtins.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/coverage.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cp/contracts.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cp/cp-trait.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cp/cp-tree.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cp/cp-tree.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cp/cxx-pretty-print.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cp/name-lookup.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cp/operators.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cp/type-utils.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cppbuiltin.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cppdefault.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cpplib.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/cselib.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ctfc.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/d/d-tree.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/data-streamer.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/dbgcnt.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/dbgcnt.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/dce.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ddg.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/debug.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/defaults.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/df.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/dfp.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/diagnostic-client-data-hooks.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/diagnostic-color.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/diagnostic-core.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/diagnostic-event-id.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/diagnostic-metadata.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/diagnostic-path.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/diagnostic-spec.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/diagnostic-url.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/diagnostic.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/diagnostic.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/digraph.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/dojump.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/dominance.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/domwalk.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/double-int.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/dump-context.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/dumpfile.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/dwarf2asm.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/dwarf2ctf.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/dwarf2out.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/edit-context.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/emit-rtl.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/errors.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/escaped_string.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/et-forest.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/except.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/explow.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/expmed.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/expr.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/fibonacci_heap.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/file-find.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/file-prefix-map.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/filenames.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/fixed-value.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/flag-types.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/flags.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/fold-const-call.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/fold-const.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/function-abi.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/function.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gcc-plugin.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gcc-rich-location.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gcc-symtab.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gcc.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gcov-counter.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gcov-io.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gcse-common.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gcse.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/generic-match.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gengtype.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/genrtl.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gensupport.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ggc-internal.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ggc.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-array-bounds.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-builder.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-expr.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-fold.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-iterator.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-low.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-match.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-predicate-analysis.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-predict.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-pretty-print.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-range-cache.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-range-edge.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-range-fold.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-range-gori.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-range-infer.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-range-op.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-range-path.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-range-trace.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-range.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-ssa-warn-access.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-ssa-warn-restrict.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-ssa.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-streamer.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple-walk.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimple.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimplify-me.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gimplify.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/glimits.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gomp-constants.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/graph.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/graphds.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/graphite.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/graphviz.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gsstruct.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gsyms.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gsyslimits.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gtm-builtins.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/gtype-desc.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/hard-reg-set.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/hash-map-traits.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/hash-map.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/hash-set.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/hash-table.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/hash-traits.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/hashtab.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/highlev-plugin-common.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/hooks.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/hosthooks-def.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/hosthooks.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/hw-doloop.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/hwint.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ifcvt.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/inchash.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/incpath.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/input.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/insn-addr.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/insn-attr-common.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/insn-attr.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/insn-codes.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/insn-config.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/insn-constants.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/insn-flags.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/insn-modes-inline.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/insn-modes.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/insn-notes.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/int-vector-builder.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/internal-fn.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/internal-fn.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/intl.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ipa-fnsummary.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ipa-icf-gimple.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ipa-icf.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ipa-inline.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ipa-modref-tree.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ipa-modref.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ipa-param-manipulation.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ipa-predicate.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ipa-prop.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ipa-ref.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ipa-reference.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ipa-utils.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ira-int.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ira.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/is-a.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/iterator-utils.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/json.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/langhooks-def.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/langhooks.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/lcm.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/libfuncs.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/libiberty.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/limitx.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/limity.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/line-map.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/logical-location.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/loop-unroll.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/lower-subreg.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/lra-int.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/lra.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/lto-compress.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/lto-section-names.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/lto-streamer.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/m2/m2-tree.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/machmode.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/machmode.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/make-unique.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/md5.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/mem-stats-traits.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/mem-stats.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/memmodel.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/memory-block.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/mode-classes.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/mux-utils.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/objc/objc-tree.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/obstack-utils.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/obstack.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/omp-builtins.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/omp-expand.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/omp-general.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/omp-low.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/omp-offload.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/omp-simd-clone.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/opt-problem.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/opt-suggestions.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/optabs-libfuncs.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/optabs-query.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/optabs-tree.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/optabs.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/optabs.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/optinfo-emit-json.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/optinfo.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/options.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/opts-diagnostic.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/opts-jobserver.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/opts.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ordered-hash-map.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/output.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/pass-instances.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/pass_manager.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/passes.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/plugin-api.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/plugin-version.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/plugin.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/plugin.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/pointer-query.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/poly-int-types.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/poly-int.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/predict.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/predict.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/prefix.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/pretty-print.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/print-rtl.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/print-tree.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/profile-count.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/profile.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/range-op.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/range.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/read-md.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/read-rtl-function.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/real.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/realmpfr.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/recog.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/reg-notes.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/regcprop.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/regrename.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/regs.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/regset.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/reload.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/resource.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/rtl-error.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/rtl-iter.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/rtl-ssa.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/rtl.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/rtl.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/rtlanal.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/rtlhash.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/rtlhooks-def.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/rtx-vector-builder.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/run-rtl-passes.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/safe-ctype.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/sanitizer.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/sbitmap.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/sched-int.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/sel-sched-dump.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/sel-sched-ir.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/sel-sched.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/selftest-diagnostic.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/selftest-rtl.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/selftest.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/sese.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/shortest-paths.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/shrink-wrap.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/signop.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/sparseset.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/spellcheck-tree.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/spellcheck.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/splay-tree-utils.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/splay-tree.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/sreal.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ssa-iterators.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ssa.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/statistics.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/stmt.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/stor-layout.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/streamer-hooks.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/stringpool.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/substring-locations.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/symbol-summary.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/symtab-clones.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/symtab-thunks.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/symtab.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/sync-builtins.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/system.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/target-def.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/target-globals.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/target-hooks-macros.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/target-insns.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/target.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/target.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/targhooks.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/timevar.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/timevar.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tm-preds.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tm.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tm_p.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/toplev.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tracer.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/trans-mem.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-affine.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-cfg.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-cfgcleanup.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-check.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-chrec.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-core.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-data-ref.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-dfa.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-diagnostic.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-dump.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-eh.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-hash-traits.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-hasher.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-if-conv.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-inline.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-into-ssa.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-iterator.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-logical-location.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-nested.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-object-size.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-outof-ssa.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-parloops.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-pass.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-phinodes.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-pretty-print.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-scalar-evolution.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-sra.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-address.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-alias-compare.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-alias.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-ccp.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-coalesce.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-dce.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-dom.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-dse.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-live.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-loop-ivopts.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-loop-manip.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-loop-niter.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-loop.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-math-opts.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-operands.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-propagate.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-reassoc.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-sccvn.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-scopedtables.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-strlen.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-ter.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-threadedge.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa-threadupdate.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssa.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-ssanames.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-stdarg.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-streamer.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-switch-conversion.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-vector-builder.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-vectorizer.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree-vrp.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tree.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/treestruct.def
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tristate.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tsan.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/tsystem.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/typeclass.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/typed-splay-tree.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/ubsan.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/valtrack.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/value-pointer-equiv.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/value-prof.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/value-query.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/value-range-pretty-print.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/value-range-storage.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/value-range.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/value-relation.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/varasm.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/vec-perm-indices.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/vec.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/vector-builder.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/version.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/vmsdbg.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/vr-values.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/vtable-verify.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/wide-int-bitmask.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/wide-int-print.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/wide-int.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/xcoff.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/xtensa-config.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/include/xtensa-dynconfig.h
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/libcc1plugin.la
+xtensa-esp-elf/lib/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/libcp1plugin.la
+xtensa-esp-elf/lib/libcc1.la
+xtensa-esp-elf/libexec/gcc/xtensa-esp-elf/${PKGVERSION}/cc1
+xtensa-esp-elf/libexec/gcc/xtensa-esp-elf/${PKGVERSION}/cc1plus
+xtensa-esp-elf/libexec/gcc/xtensa-esp-elf/${PKGVERSION}/collect2
+xtensa-esp-elf/libexec/gcc/xtensa-esp-elf/${PKGVERSION}/g++-mapper-server
+xtensa-esp-elf/libexec/gcc/xtensa-esp-elf/${PKGVERSION}/install-tools/fixinc.sh
+xtensa-esp-elf/libexec/gcc/xtensa-esp-elf/${PKGVERSION}/install-tools/fixincl
+xtensa-esp-elf/libexec/gcc/xtensa-esp-elf/${PKGVERSION}/install-tools/mkheaders
+xtensa-esp-elf/libexec/gcc/xtensa-esp-elf/${PKGVERSION}/install-tools/mkinstalldirs
+xtensa-esp-elf/libexec/gcc/xtensa-esp-elf/${PKGVERSION}/liblto_plugin.la
+xtensa-esp-elf/libexec/gcc/xtensa-esp-elf/${PKGVERSION}/lto-wrapper
+xtensa-esp-elf/libexec/gcc/xtensa-esp-elf/${PKGVERSION}/lto1
+xtensa-esp-elf/libexec/gcc/xtensa-esp-elf/${PKGVERSION}/plugin/gengtype
+xtensa-esp-elf/man/man1/xtensa-esp-elf-cpp.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-g++.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-gcc.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-gcov-dump.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-gcov-tool.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-gcov.1
+xtensa-esp-elf/man/man1/xtensa-esp-elf-lto-dump.1
+xtensa-esp-elf/man/man7/fsf-funding.7
+xtensa-esp-elf/man/man7/gfdl.7
+xtensa-esp-elf/man/man7/gpl.7
+xtensa-esp-elf/share/gcc-${PKGVERSION}/python/libstdcxx/__init__.py
+xtensa-esp-elf/share/gcc-${PKGVERSION}/python/libstdcxx/v6/__init__.py
+xtensa-esp-elf/share/gcc-${PKGVERSION}/python/libstdcxx/v6/printers.py
+xtensa-esp-elf/share/gcc-${PKGVERSION}/python/libstdcxx/v6/xmethods.py
+xtensa-esp-elf/share/iconv_data/big5.cct
+xtensa-esp-elf/share/iconv_data/cns11643_plane1.cct
+xtensa-esp-elf/share/iconv_data/cns11643_plane14.cct
+xtensa-esp-elf/share/iconv_data/cns11643_plane2.cct
+xtensa-esp-elf/share/iconv_data/cp775.cct
+xtensa-esp-elf/share/iconv_data/cp850.cct
+xtensa-esp-elf/share/iconv_data/cp852.cct
+xtensa-esp-elf/share/iconv_data/cp855.cct
+xtensa-esp-elf/share/iconv_data/cp866.cct
+xtensa-esp-elf/share/iconv_data/encoding.aliases
+xtensa-esp-elf/share/iconv_data/iso_8859_1.cct
+xtensa-esp-elf/share/iconv_data/iso_8859_10.cct
+xtensa-esp-elf/share/iconv_data/iso_8859_11.cct
+xtensa-esp-elf/share/iconv_data/iso_8859_13.cct
+xtensa-esp-elf/share/iconv_data/iso_8859_14.cct
+xtensa-esp-elf/share/iconv_data/iso_8859_15.cct
+xtensa-esp-elf/share/iconv_data/iso_8859_2.cct
+xtensa-esp-elf/share/iconv_data/iso_8859_3.cct
+xtensa-esp-elf/share/iconv_data/iso_8859_4.cct
+xtensa-esp-elf/share/iconv_data/iso_8859_5.cct
+xtensa-esp-elf/share/iconv_data/iso_8859_6.cct
+xtensa-esp-elf/share/iconv_data/iso_8859_7.cct
+xtensa-esp-elf/share/iconv_data/iso_8859_8.cct
+xtensa-esp-elf/share/iconv_data/iso_8859_9.cct
+xtensa-esp-elf/share/iconv_data/iso_ir_111.cct
+xtensa-esp-elf/share/iconv_data/jis_x0201_1976.cct
+xtensa-esp-elf/share/iconv_data/jis_x0208_1990.cct
+xtensa-esp-elf/share/iconv_data/jis_x0212_1990.cct
+xtensa-esp-elf/share/iconv_data/koi8_r.cct
+xtensa-esp-elf/share/iconv_data/koi8_ru.cct
+xtensa-esp-elf/share/iconv_data/koi8_u.cct
+xtensa-esp-elf/share/iconv_data/koi8_uni.cct
+xtensa-esp-elf/share/iconv_data/ksx1001.cct
+xtensa-esp-elf/share/iconv_data/win_1250.cct
+xtensa-esp-elf/share/iconv_data/win_1251.cct
+xtensa-esp-elf/share/iconv_data/win_1252.cct
+xtensa-esp-elf/share/iconv_data/win_1253.cct
+xtensa-esp-elf/share/iconv_data/win_1254.cct
+xtensa-esp-elf/share/iconv_data/win_1255.cct
+xtensa-esp-elf/share/iconv_data/win_1256.cct
+xtensa-esp-elf/share/iconv_data/win_1257.cct
+xtensa-esp-elf/share/iconv_data/win_1258.cct
+xtensa-esp-elf/xtensa-esp-elf/include/_ansi.h
+xtensa-esp-elf/xtensa-esp-elf/include/_newlib_version.h
+xtensa-esp-elf/xtensa-esp-elf/include/_syslist.h
+xtensa-esp-elf/xtensa-esp-elf/include/alloca.h
+xtensa-esp-elf/xtensa-esp-elf/include/ar.h
+xtensa-esp-elf/xtensa-esp-elf/include/argz.h
+xtensa-esp-elf/xtensa-esp-elf/include/assert.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/algorithm
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/any
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/array
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/atomic
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/backward/auto_ptr.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/backward/backward_warning.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/backward/binders.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/backward/hash_fun.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/backward/hash_map
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/backward/hash_set
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/backward/hashtable.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/backward/strstream
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/barrier
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bit
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/algorithmfwd.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/align.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/alloc_traits.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/allocated_ptr.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/allocator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/atomic_base.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/atomic_futex.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/atomic_lockfree_defines.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/atomic_timed_wait.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/atomic_wait.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/basic_ios.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/basic_ios.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/basic_string.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/basic_string.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/boost_concept_check.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/c++0x_warning.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/char_traits.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/charconv.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/chrono.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/chrono_io.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/codecvt.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/concept_check.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/cow_string.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/cpp_type_traits.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/cxxabi_forced.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/cxxabi_init_exception.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/deque.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/enable_special_members.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/erase_if.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/exception.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/exception_defines.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/exception_ptr.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/forward_list.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/forward_list.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/fs_dir.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/fs_fwd.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/fs_ops.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/fs_path.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/fstream.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/functexcept.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/functional_hash.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/gslice.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/gslice_array.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/hash_bytes.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/hashtable.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/hashtable_policy.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/indirect_array.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/invoke.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/ios_base.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/istream.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/iterator_concepts.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/list.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/locale_classes.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/locale_classes.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/locale_conv.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/locale_facets.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/locale_facets.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/locale_facets_nonio.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/locale_facets_nonio.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/localefwd.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/mask_array.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/max_size_type.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/memory_resource.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/memoryfwd.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/mofunc_impl.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/move.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/move_only_function.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/nested_exception.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/new_allocator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/node_handle.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/ostream.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/ostream_insert.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/parse_numbers.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/postypes.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/predefined_ops.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/ptr_traits.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/quoted_string.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/random.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/random.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/range_access.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/ranges_algo.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/ranges_algobase.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/ranges_base.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/ranges_cmp.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/ranges_uninitialized.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/ranges_util.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/refwrap.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/regex.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/regex.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/regex_automaton.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/regex_automaton.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/regex_compiler.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/regex_compiler.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/regex_constants.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/regex_error.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/regex_executor.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/regex_executor.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/regex_scanner.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/regex_scanner.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/requires_hosted.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/semaphore_base.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/shared_ptr.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/shared_ptr_atomic.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/shared_ptr_base.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/slice_array.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/specfun.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/sstream.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/std_abs.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/std_function.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/std_mutex.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/std_thread.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_algo.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_algobase.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_bvector.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_construct.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_deque.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_function.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_heap.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_iterator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_iterator_base_funcs.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_iterator_base_types.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_list.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_map.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_multimap.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_multiset.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_numeric.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_pair.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_queue.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_raw_storage_iter.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_relops.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_set.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_stack.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_tempbuf.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_tree.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_uninitialized.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stl_vector.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stream_iterator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/streambuf.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/streambuf_iterator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/string_view.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/stringfwd.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/this_thread_sleep.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/uniform_int_dist.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/unique_lock.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/unique_ptr.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/unordered_map.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/unordered_set.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/uses_allocator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/uses_allocator_args.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/utility.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/valarray_after.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/valarray_array.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/valarray_array.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/valarray_before.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bits/vector.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/bitset
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/cassert
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ccomplex
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/cctype
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/cerrno
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/cfenv
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/cfloat
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/charconv
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/chrono
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/cinttypes
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ciso646
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/climits
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/clocale
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/cmath
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/codecvt
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/compare
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/complex
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/complex.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/concepts
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/condition_variable
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/coroutine
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/csetjmp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/csignal
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/cstdalign
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/cstdarg
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/cstdbool
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/cstddef
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/cstdint
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/cstdio
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/cstdlib
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/cstring
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ctgmath
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ctime
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/cuchar
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/cwchar
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/cwctype
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/cxxabi.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/assertions.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/bitset
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/debug.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/deque
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/formatter.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/forward_list
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/functions.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/helper_functions.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/list
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/macros.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/map
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/map.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/multimap.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/multiset.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/safe_base.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/safe_container.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/safe_iterator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/safe_iterator.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/safe_local_iterator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/safe_local_iterator.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/safe_sequence.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/safe_sequence.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/safe_unordered_base.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/safe_unordered_container.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/safe_unordered_container.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/set
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/set.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/stl_iterator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/string
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/unordered_map
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/unordered_set
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/debug/vector
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/decimal/decimal
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/decimal/decimal.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/deque
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/exception
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/execution
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/expected
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/algorithm
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/any
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/array
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/bits/lfts_config.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/bits/net.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/bits/numeric_traits.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/bits/shared_ptr.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/bits/simd.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/bits/simd_builtin.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/bits/simd_converter.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/bits/simd_detail.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/bits/simd_fixed_size.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/bits/simd_math.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/bits/simd_neon.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/bits/simd_ppc.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/bits/simd_scalar.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/bits/simd_x86.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/bits/simd_x86_conversions.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/bits/string_view.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/buffer
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/chrono
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/contract
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/deque
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/executor
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/forward_list
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/functional
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/internet
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/io_context
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/iterator
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/list
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/map
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/memory
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/memory_resource
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/net
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/netfwd
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/numeric
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/optional
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/propagate_const
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/random
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/ratio
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/regex
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/scope
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/set
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/simd
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/socket
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/source_location
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/string
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/string_view
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/synchronized_value
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/system_error
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/timer
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/tuple
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/type_traits
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/unordered_map
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/unordered_set
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/utility
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/experimental/vector
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/algorithm
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/aligned_buffer.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/alloc_traits.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/atomicity.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/bitmap_allocator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/cast.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/cmath
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/codecvt_specializations.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/concurrence.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/debug_allocator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/enc_filebuf.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/extptr_allocator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/functional
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/hash_map
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/hash_set
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/iterator
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/malloc_allocator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/memory
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/mt_allocator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/new_allocator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/numeric
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/numeric_traits.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/assoc_container.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/traits.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/branch_policy/branch_policy.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/branch_policy/traits.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cond_dealtor.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/container_base_dispatch.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/debug_map_base.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/traits.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/traits.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/node.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/traits.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/node.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/traits.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/standard_policies.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/tree_trace_base.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/type_utils.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/types_traits.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/unordered_iterator/iterator.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/exception.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/hash_policy.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/list_update_policy.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/priority_queue.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/tag_and_trait.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/tree_policy.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pb_ds/trie_policy.hpp
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pod_char_traits.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pointer.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/pool_allocator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/random
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/random.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/rb_tree
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/rc_string_base.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/rope
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/ropeimpl.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/slist
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/sso_string_base.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/stdio_filebuf.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/stdio_sync_filebuf.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/string_conversions.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/throw_allocator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/type_traits.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/typelist.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/vstring.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/vstring.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/vstring_fwd.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ext/vstring_util.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/fenv.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/filesystem
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/format
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/forward_list
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/fstream
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/functional
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/future
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/initializer_list
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/iomanip
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ios
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/iosfwd
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/iostream
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/istream
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/iterator
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/latch
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/limits
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/list
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/locale
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/map
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/math.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/memory
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/memory_resource
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/mutex
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/new
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/numbers
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/numeric
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/optional
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ostream
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/algo.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/algobase.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/algorithm
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/algorithmfwd.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/balanced_quicksort.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/base.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/basic_iterator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/checkers.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/compatibility.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/compiletime_settings.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/equally_split.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/features.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/find.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/find_selectors.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/for_each.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/for_each_selectors.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/iterator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/list_partition.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/losertree.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/merge.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/multiseq_selection.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/multiway_merge.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/multiway_mergesort.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/numeric
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/numericfwd.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/omp_loop.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/omp_loop_static.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/par_loop.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/parallel.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/partial_sum.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/partition.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/queue.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/quicksort.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/random_number.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/random_shuffle.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/search.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/set_operations.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/settings.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/sort.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/tags.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/types.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/unique_copy.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/parallel/workstealing.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/pstl/algorithm_fwd.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/pstl/algorithm_impl.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/pstl/execution_defs.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/pstl/execution_impl.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/pstl/glue_algorithm_defs.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/pstl/glue_algorithm_impl.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/pstl/glue_execution_defs.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/pstl/glue_memory_defs.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/pstl/glue_memory_impl.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/pstl/glue_numeric_defs.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/pstl/glue_numeric_impl.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/pstl/memory_impl.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/pstl/numeric_fwd.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/pstl/numeric_impl.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/pstl/parallel_backend.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/pstl/parallel_backend_serial.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/pstl/parallel_backend_tbb.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/pstl/parallel_backend_utils.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/pstl/parallel_impl.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/pstl/pstl_config.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/pstl/unseq_backend_simd.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/pstl/utils.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/queue
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/random
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ranges
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/ratio
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/regex
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/scoped_allocator
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/semaphore
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/set
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/shared_mutex
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/source_location
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/span
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/spanstream
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/sstream
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/stack
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/stacktrace
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/stdatomic.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/stdexcept
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/stdfloat
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/stdlib.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/stop_token
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/streambuf
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/string
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/string_view
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/syncstream
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/system_error
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tgmath.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/thread
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/array
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/bessel_function.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/beta_function.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/ccomplex
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/cctype
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/cfenv
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/cfloat
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/cinttypes
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/climits
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/cmath
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/complex
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/complex.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/cstdarg
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/cstdbool
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/cstdint
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/cstdio
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/cstdlib
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/ctgmath
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/ctime
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/ctype.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/cwchar
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/cwctype
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/ell_integral.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/exp_integral.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/fenv.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/float.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/functional
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/functional_hash.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/gamma.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/hashtable.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/hashtable_policy.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/hypergeometric.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/inttypes.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/legendre_function.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/limits.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/math.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/memory
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/modified_bessel_func.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/poly_hermite.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/poly_laguerre.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/random
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/random.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/random.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/regex
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/riemann_zeta.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/shared_ptr.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/special_function_util.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/stdarg.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/stdbool.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/stdint.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/stdio.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/stdlib.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/tgmath.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/tuple
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/type_traits
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/unordered_map
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/unordered_map.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/unordered_set
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/unordered_set.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/utility
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/wchar.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr1/wctype.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr2/bool_set
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr2/bool_set.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr2/dynamic_bitset
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr2/dynamic_bitset.tcc
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr2/ratio
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tr2/type_traits
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/tuple
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/type_traits
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/typeindex
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/typeinfo
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/unordered_map
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/unordered_set
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/utility
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/valarray
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/variant
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/vector
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/version
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/bits/atomic_word.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/bits/basic_file.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/bits/c++allocator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/bits/c++config.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/bits/c++io.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/bits/c++locale.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/bits/cpu_defines.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/bits/ctype_base.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/bits/ctype_inline.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/bits/cxxabi_tweaks.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/bits/error_constants.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/bits/extc++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/bits/gthr-default.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/bits/gthr-posix.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/bits/gthr-single.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/bits/gthr.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/bits/messages_members.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/bits/opt_random.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/bits/os_defines.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/bits/stdc++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/bits/stdtr1c++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/bits/time_members.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/bits/atomic_word.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/bits/basic_file.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/bits/c++allocator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/bits/c++config.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/bits/c++io.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/bits/c++locale.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/bits/cpu_defines.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/bits/ctype_base.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/bits/ctype_inline.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/bits/cxxabi_tweaks.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/bits/error_constants.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/bits/extc++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/bits/gthr-default.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/bits/gthr-posix.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/bits/gthr-single.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/bits/gthr.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/bits/messages_members.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/bits/opt_random.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/bits/os_defines.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/bits/stdc++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/bits/stdtr1c++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/bits/time_members.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/ext/opt_random.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/bits/atomic_word.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/bits/basic_file.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/bits/c++allocator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/bits/c++config.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/bits/c++io.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/bits/c++locale.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/bits/cpu_defines.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/bits/ctype_base.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/bits/ctype_inline.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/bits/cxxabi_tweaks.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/bits/error_constants.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/bits/extc++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/bits/gthr-default.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/bits/gthr-posix.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/bits/gthr-single.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/bits/gthr.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/bits/messages_members.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/bits/opt_random.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/bits/os_defines.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/bits/stdc++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/bits/stdtr1c++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/bits/time_members.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/no-rtti/ext/opt_random.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/bits/atomic_word.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/bits/basic_file.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/bits/c++allocator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/bits/c++config.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/bits/c++io.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/bits/c++locale.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/bits/cpu_defines.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/bits/ctype_base.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/bits/ctype_inline.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/bits/cxxabi_tweaks.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/bits/error_constants.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/bits/extc++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/bits/gthr-default.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/bits/gthr-posix.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/bits/gthr-single.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/bits/gthr.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/bits/messages_members.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/bits/opt_random.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/bits/os_defines.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/bits/stdc++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/bits/stdtr1c++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/bits/time_members.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/ext/opt_random.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/bits/atomic_word.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/bits/basic_file.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/bits/c++allocator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/bits/c++config.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/bits/c++io.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/bits/c++locale.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/bits/cpu_defines.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/bits/ctype_base.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/bits/ctype_inline.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/bits/cxxabi_tweaks.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/bits/error_constants.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/bits/extc++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/bits/gthr-default.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/bits/gthr-posix.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/bits/gthr-single.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/bits/gthr.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/bits/messages_members.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/bits/opt_random.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/bits/os_defines.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/bits/stdc++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/bits/stdtr1c++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/bits/time_members.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32/psram/no-rtti/ext/opt_random.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/bits/atomic_word.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/bits/basic_file.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/bits/c++allocator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/bits/c++config.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/bits/c++io.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/bits/c++locale.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/bits/cpu_defines.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/bits/ctype_base.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/bits/ctype_inline.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/bits/cxxabi_tweaks.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/bits/error_constants.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/bits/extc++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/bits/gthr-default.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/bits/gthr-posix.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/bits/gthr-single.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/bits/gthr.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/bits/messages_members.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/bits/opt_random.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/bits/os_defines.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/bits/stdc++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/bits/stdtr1c++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/bits/time_members.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/ext/opt_random.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/bits/atomic_word.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/bits/basic_file.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/bits/c++allocator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/bits/c++config.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/bits/c++io.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/bits/c++locale.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/bits/cpu_defines.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/bits/ctype_base.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/bits/ctype_inline.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/bits/cxxabi_tweaks.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/bits/error_constants.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/bits/extc++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/bits/gthr-default.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/bits/gthr-posix.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/bits/gthr-single.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/bits/gthr.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/bits/messages_members.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/bits/opt_random.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/bits/os_defines.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/bits/stdc++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/bits/stdtr1c++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/bits/time_members.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s2/no-rtti/ext/opt_random.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/bits/atomic_word.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/bits/basic_file.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/bits/c++allocator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/bits/c++config.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/bits/c++io.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/bits/c++locale.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/bits/cpu_defines.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/bits/ctype_base.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/bits/ctype_inline.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/bits/cxxabi_tweaks.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/bits/error_constants.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/bits/extc++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/bits/gthr-default.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/bits/gthr-posix.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/bits/gthr-single.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/bits/gthr.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/bits/messages_members.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/bits/opt_random.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/bits/os_defines.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/bits/stdc++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/bits/stdtr1c++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/bits/time_members.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/ext/opt_random.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/bits/atomic_word.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/bits/basic_file.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/bits/c++allocator.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/bits/c++config.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/bits/c++io.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/bits/c++locale.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/bits/cpu_defines.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/bits/ctype_base.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/bits/ctype_inline.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/bits/cxxabi_tweaks.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/bits/error_constants.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/bits/extc++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/bits/gthr-default.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/bits/gthr-posix.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/bits/gthr-single.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/bits/gthr.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/bits/messages_members.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/bits/opt_random.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/bits/os_defines.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/bits/stdc++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/bits/stdtr1c++.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/bits/time_members.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/esp32s3/no-rtti/ext/opt_random.h
+xtensa-esp-elf/xtensa-esp-elf/include/c++/${PKGVERSION}/xtensa-esp-elf/ext/opt_random.h
+xtensa-esp-elf/xtensa-esp-elf/include/complex.h
+xtensa-esp-elf/xtensa-esp-elf/include/cpio.h
+xtensa-esp-elf/xtensa-esp-elf/include/ctype.h
+xtensa-esp-elf/xtensa-esp-elf/include/devctl.h
+xtensa-esp-elf/xtensa-esp-elf/include/dirent.h
+xtensa-esp-elf/xtensa-esp-elf/include/elf.h
+xtensa-esp-elf/xtensa-esp-elf/include/envlock.h
+xtensa-esp-elf/xtensa-esp-elf/include/envz.h
+xtensa-esp-elf/xtensa-esp-elf/include/errno.h
+xtensa-esp-elf/xtensa-esp-elf/include/fastmath.h
+xtensa-esp-elf/xtensa-esp-elf/include/fcntl.h
+xtensa-esp-elf/xtensa-esp-elf/include/fenv.h
+xtensa-esp-elf/xtensa-esp-elf/include/fnmatch.h
+xtensa-esp-elf/xtensa-esp-elf/include/ftw.h
+xtensa-esp-elf/xtensa-esp-elf/include/getopt.h
+xtensa-esp-elf/xtensa-esp-elf/include/glob.h
+xtensa-esp-elf/xtensa-esp-elf/include/grp.h
+xtensa-esp-elf/xtensa-esp-elf/include/iconv.h
+xtensa-esp-elf/xtensa-esp-elf/include/ieeefp.h
+xtensa-esp-elf/xtensa-esp-elf/include/inttypes.h
+xtensa-esp-elf/xtensa-esp-elf/include/langinfo.h
+xtensa-esp-elf/xtensa-esp-elf/include/libgen.h
+xtensa-esp-elf/xtensa-esp-elf/include/limits.h
+xtensa-esp-elf/xtensa-esp-elf/include/locale.h
+xtensa-esp-elf/xtensa-esp-elf/include/machine/_arc4random.h
+xtensa-esp-elf/xtensa-esp-elf/include/machine/_default_types.h
+xtensa-esp-elf/xtensa-esp-elf/include/machine/_endian.h
+xtensa-esp-elf/xtensa-esp-elf/include/machine/_time.h
+xtensa-esp-elf/xtensa-esp-elf/include/machine/_types.h
+xtensa-esp-elf/xtensa-esp-elf/include/machine/ansi.h
+xtensa-esp-elf/xtensa-esp-elf/include/machine/endian.h
+xtensa-esp-elf/xtensa-esp-elf/include/machine/fastmath.h
+xtensa-esp-elf/xtensa-esp-elf/include/machine/ieee.h
+xtensa-esp-elf/xtensa-esp-elf/include/machine/ieeefp.h
+xtensa-esp-elf/xtensa-esp-elf/include/machine/malloc.h
+xtensa-esp-elf/xtensa-esp-elf/include/machine/param.h
+xtensa-esp-elf/xtensa-esp-elf/include/machine/setjmp-dj.h
+xtensa-esp-elf/xtensa-esp-elf/include/machine/setjmp.h
+xtensa-esp-elf/xtensa-esp-elf/include/machine/stdlib.h
+xtensa-esp-elf/xtensa-esp-elf/include/machine/termios.h
+xtensa-esp-elf/xtensa-esp-elf/include/machine/time.h
+xtensa-esp-elf/xtensa-esp-elf/include/machine/types.h
+xtensa-esp-elf/xtensa-esp-elf/include/malloc.h
+xtensa-esp-elf/xtensa-esp-elf/include/math.h
+xtensa-esp-elf/xtensa-esp-elf/include/memory.h
+xtensa-esp-elf/xtensa-esp-elf/include/ndbm.h
+xtensa-esp-elf/xtensa-esp-elf/include/newlib.h
+xtensa-esp-elf/xtensa-esp-elf/include/paths.h
+xtensa-esp-elf/xtensa-esp-elf/include/pthread.h
+xtensa-esp-elf/xtensa-esp-elf/include/pwd.h
+xtensa-esp-elf/xtensa-esp-elf/include/reent.h
+xtensa-esp-elf/xtensa-esp-elf/include/regdef.h
+xtensa-esp-elf/xtensa-esp-elf/include/regex.h
+xtensa-esp-elf/xtensa-esp-elf/include/sched.h
+xtensa-esp-elf/xtensa-esp-elf/include/search.h
+xtensa-esp-elf/xtensa-esp-elf/include/setjmp.h
+xtensa-esp-elf/xtensa-esp-elf/include/signal.h
+xtensa-esp-elf/xtensa-esp-elf/include/spawn.h
+xtensa-esp-elf/xtensa-esp-elf/include/ssp/ssp.h
+xtensa-esp-elf/xtensa-esp-elf/include/ssp/stdio.h
+xtensa-esp-elf/xtensa-esp-elf/include/ssp/stdlib.h
+xtensa-esp-elf/xtensa-esp-elf/include/ssp/string.h
+xtensa-esp-elf/xtensa-esp-elf/include/ssp/strings.h
+xtensa-esp-elf/xtensa-esp-elf/include/ssp/unistd.h
+xtensa-esp-elf/xtensa-esp-elf/include/ssp/wchar.h
+xtensa-esp-elf/xtensa-esp-elf/include/stdatomic.h
+xtensa-esp-elf/xtensa-esp-elf/include/stdint.h
+xtensa-esp-elf/xtensa-esp-elf/include/stdio.h
+xtensa-esp-elf/xtensa-esp-elf/include/stdio_ext.h
+xtensa-esp-elf/xtensa-esp-elf/include/stdlib.h
+xtensa-esp-elf/xtensa-esp-elf/include/string.h
+xtensa-esp-elf/xtensa-esp-elf/include/strings.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/_default_fcntl.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/_intsup.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/_locale.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/_pthreadtypes.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/_sigset.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/_stdint.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/_timespec.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/_timeval.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/_types.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/_tz_structs.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/cdefs.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/config.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/custom_file.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/dir.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/dirent.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/errno.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/fcntl.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/features.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/fenv.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/file.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/iconvnls.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/lock.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/param.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/queue.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/reent.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/resource.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/sched.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/select.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/signal.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/stat.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/stdio.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/string.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/syslimits.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/time.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/timeb.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/times.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/timespec.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/tree.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/types.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/unistd.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/utime.h
+xtensa-esp-elf/xtensa-esp-elf/include/sys/wait.h
+xtensa-esp-elf/xtensa-esp-elf/include/tar.h
+xtensa-esp-elf/xtensa-esp-elf/include/termios.h
+xtensa-esp-elf/xtensa-esp-elf/include/tgmath.h
+xtensa-esp-elf/xtensa-esp-elf/include/threads.h
+xtensa-esp-elf/xtensa-esp-elf/include/time.h
+xtensa-esp-elf/xtensa-esp-elf/include/unctrl.h
+xtensa-esp-elf/xtensa-esp-elf/include/unistd.h
+xtensa-esp-elf/xtensa-esp-elf/include/utime.h
+xtensa-esp-elf/xtensa-esp-elf/include/utmp.h
+xtensa-esp-elf/xtensa-esp-elf/include/wchar.h
+xtensa-esp-elf/xtensa-esp-elf/include/wctype.h
+xtensa-esp-elf/xtensa-esp-elf/include/wordexp.h
+xtensa-esp-elf/xtensa-esp-elf/include/xtensa/config/core-isa.h
+xtensa-esp-elf/xtensa-esp-elf/lib/board.elf.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/crt0.o
+xtensa-esp-elf/xtensa-esp-elf/lib/default.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/app.elf.ld
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/board.elf.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/crt0.o
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/crt1-boards.o
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/crt1-sim.o
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/default.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/libc.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/libg.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/libgloss.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/libm.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/libnosys.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/libpthread_stubs.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/libstdc++.a-gdb.py
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/libstdc++.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/libstdc++exp.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/libsupc++.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/libsys_openocd.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/libsys_qemu.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/memory.elf.ld
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/nano.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/app.elf.ld
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/board.elf.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/crt0.o
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/crt1-boards.o
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/crt1-sim.o
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/default.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/libc.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/libg.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/libgloss.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/libm.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/libnosys.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/libpthread_stubs.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/libstdc++.a-gdb.py
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/libstdc++.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/libstdc++exp.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/libsupc++.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/libsys_openocd.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/libsys_qemu.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/memory.elf.ld
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/nano.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/nosys.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/sim.elf.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/sys.openocd.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/no-rtti/sys.qemu.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/nosys.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/app.elf.ld
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/board.elf.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/crt0.o
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/crt1-boards.o
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/crt1-sim.o
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/default.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/libc.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/libg.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/libgloss.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/libm.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/libnosys.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/libpthread_stubs.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/libstdc++.a-gdb.py
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/libstdc++.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/libstdc++exp.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/libsupc++.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/libsys_openocd.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/libsys_qemu.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/memory.elf.ld
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/nano.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/app.elf.ld
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/board.elf.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/crt0.o
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/crt1-boards.o
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/crt1-sim.o
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/default.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/libc.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/libg.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/libgloss.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/libm.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/libnosys.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/libpthread_stubs.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/libstdc++.a-gdb.py
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/libstdc++.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/libstdc++exp.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/libsupc++.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/libsys_openocd.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/libsys_qemu.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/memory.elf.ld
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/nano.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/nosys.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/sim.elf.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/sys.openocd.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/no-rtti/sys.qemu.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/nosys.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/sim.elf.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/sys.openocd.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/psram/sys.qemu.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/sim.elf.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/sys.openocd.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32/sys.qemu.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/board.elf.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/crt0.o
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/default.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/libc.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/libg.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/libgloss.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/libm.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/libnosys.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/libpthread_stubs.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/libstdc++.a-gdb.py
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/libstdc++.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/libstdc++exp.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/libsupc++.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/nano.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/no-rtti/board.elf.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/no-rtti/crt0.o
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/no-rtti/default.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/no-rtti/libc.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/no-rtti/libg.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/no-rtti/libgloss.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/no-rtti/libm.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/no-rtti/libnosys.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/no-rtti/libpthread_stubs.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/no-rtti/libstdc++.a-gdb.py
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/no-rtti/libstdc++.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/no-rtti/libstdc++exp.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/no-rtti/libsupc++.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/no-rtti/nano.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/no-rtti/nosys.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/no-rtti/sim.elf.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/no-rtti/sys.openocd.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/no-rtti/sys.qemu.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/nosys.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/sim.elf.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/sys.openocd.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s2/sys.qemu.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/app.elf.ld
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/board.elf.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/crt0.o
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/crt1-boards.o
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/crt1-sim.o
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/default.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/libc.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/libg.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/libgloss.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/libm.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/libnosys.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/libpthread_stubs.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/libstdc++.a-gdb.py
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/libstdc++.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/libstdc++exp.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/libsupc++.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/libsys_openocd.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/libsys_qemu.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/memory.elf.ld
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/nano.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/app.elf.ld
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/board.elf.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/crt0.o
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/crt1-boards.o
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/crt1-sim.o
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/default.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/libc.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/libg.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/libgloss.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/libm.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/libnosys.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/libpthread_stubs.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/libstdc++.a-gdb.py
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/libstdc++.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/libstdc++exp.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/libsupc++.la
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/libsys_openocd.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/libsys_qemu.a
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/memory.elf.ld
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/nano.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/nosys.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/sim.elf.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/sys.openocd.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/no-rtti/sys.qemu.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/nosys.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/sim.elf.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/sys.openocd.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/esp32s3/sys.qemu.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/libc.a
+xtensa-esp-elf/xtensa-esp-elf/lib/libg.a
+xtensa-esp-elf/xtensa-esp-elf/lib/libgloss.a
+xtensa-esp-elf/xtensa-esp-elf/lib/libm.a
+xtensa-esp-elf/xtensa-esp-elf/lib/libnosys.a
+xtensa-esp-elf/xtensa-esp-elf/lib/libpthread_stubs.a
+xtensa-esp-elf/xtensa-esp-elf/lib/libstdc++.a-gdb.py
+xtensa-esp-elf/xtensa-esp-elf/lib/libstdc++.la
+xtensa-esp-elf/xtensa-esp-elf/lib/libstdc++exp.la
+xtensa-esp-elf/xtensa-esp-elf/lib/libsupc++.la
+xtensa-esp-elf/xtensa-esp-elf/lib/nano.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/nosys.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/sim.elf.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/sys.openocd.specs
+xtensa-esp-elf/xtensa-esp-elf/lib/sys.qemu.specs
+@pkgdir xtensa-esp-elf/xtensa-esp-elf/include/rpc
+@pkgdir xtensa-esp-elf/xtensa-esp-elf/include/bits
+@pkgdir xtensa-esp-elf/include
Index: pkgsrc/cross/xtensa-esp-elf-gcc/distinfo
diff -u /dev/null pkgsrc/cross/xtensa-esp-elf-gcc/distinfo:1.1
--- /dev/null Mon Jul 22 20:01:52 2024
+++ pkgsrc/cross/xtensa-esp-elf-gcc/distinfo Mon Jul 22 20:01:50 2024
@@ -0,0 +1,16 @@
+$NetBSD: distinfo,v 1.1 2024/07/22 20:01:50 tnn Exp $
+
+BLAKE2s (crosstool-NG-esp-13.2.0_20240530-src.tar.xz) = 7cd662eceee9bd5ae1216fde1ddf3a7ea67a2607b727075ee65d9fe1429478a6
+SHA512 (crosstool-NG-esp-13.2.0_20240530-src.tar.xz) = 2d8235e9743d95804278d964887f48f1935e932f48b2a6467ee3e81028b2909c05ad825ee14bffeadbbfaab2d54badea78d986192000a1126b2ccb1d75bd9649
+Size (crosstool-NG-esp-13.2.0_20240530-src.tar.xz) = 1123972 bytes
+BLAKE2s (espressif-gcc-13.2.0-8b450d265fc2e60f5be980feb6c9f9c214c6c298-8b450d265fc2e60f5be980feb6c9f9c214c6c298.tar.gz) = cd2a1b6edc2c5595c8100304708f20274b44d4375ff1f5d6d53e67c7798424da
+SHA512 (espressif-gcc-13.2.0-8b450d265fc2e60f5be980feb6c9f9c214c6c298-8b450d265fc2e60f5be980feb6c9f9c214c6c298.tar.gz) =
61bd28b53bcd1d1a2f599d2234d9bb60f6da89fa6205790ec188504e5ac7ca26c3f48e209fd91f8a83242fc5e0cd16b48b2037d9a6c70c203a95c974d227b748
+Size (espressif-gcc-13.2.0-8b450d265fc2e60f5be980feb6c9f9c214c6c298-8b450d265fc2e60f5be980feb6c9f9c214c6c298.tar.gz) = 137908598 bytes
+BLAKE2s (newlib-esp-4.3.0_20240530.tar.gz) = dfc14ade71836cf9d271e141666456808624f6c703a2ba5daebd8c06a0b7e645
+SHA512 (newlib-esp-4.3.0_20240530.tar.gz) = ac9b465a1fd99d5d25ef6af412638d397bcebc7961731d4c2bf08155f78a8cb76c485ef0652e45c7a64db7b9191891b07a276aa3becaee03dea295b5f8241c08
+Size (newlib-esp-4.3.0_20240530.tar.gz) = 12031304 bytes
+SHA1 (patch-gcc_config_xtensa_xtensa-dynconfig.cc) = 8d0de3278ca3d0d9a682b9c8b54a241b4d506d3b
+SHA1 (patch-gcc_system.h) = 9ef5369990b02063aa7d8bd6ad977259ba80a105
+SHA1 (patch-libgcc_libgcov.h) = ed9fd122c5b9786c8a3476b13892a1c0c803509d
+SHA1 (patch-newlib_libc_posix_collate.c) = 105aa07ba8de71eb1b3c4459303ceba26ed9dadc
+SHA1 (patch-newlib_libc_posix_regcomp.c) = 8f2e669b338f638c041992fc051d119f0ae21445
Index: pkgsrc/cross/xtensa-esp-elf-gcc/patches/patch-gcc_config_xtensa_xtensa-dynconfig.cc
diff -u /dev/null pkgsrc/cross/xtensa-esp-elf-gcc/patches/patch-gcc_config_xtensa_xtensa-dynconfig.cc:1.1
--- /dev/null Mon Jul 22 20:01:52 2024
+++ pkgsrc/cross/xtensa-esp-elf-gcc/patches/patch-gcc_config_xtensa_xtensa-dynconfig.cc Mon Jul 22 20:01:50 2024
@@ -0,0 +1,23 @@
+$NetBSD: patch-gcc_config_xtensa_xtensa-dynconfig.cc,v 1.1 2024/07/22 20:01:50 tnn Exp $
+
+Try full path if dlopen of dynconfig lib fails.
+Fails at least on macOS otherwise.
+
+--- gcc/config/xtensa/xtensa-dynconfig.cc.orig 2024-07-22 19:20:13.596989938 +0000
++++ gcc/config/xtensa/xtensa-dynconfig.cc
+@@ -134,6 +134,15 @@ const void *xtensa_load_config (const ch
+ if (!path)
+ return no_plugin_def;
+ handle = dlopen (path, RTLD_LAZY);
++ if (!handle)
++ {
++ char fullpath[1024];
++ int ret = snprintf(fullpath, sizeof(fullpath), "%s/%s/%s", "@GNU_CONFIGURE_PREFIX@", "lib", path);
++ if (ret > 0 && ret < sizeof(fullpath))
++ {
++ handle = dlopen (fullpath, RTLD_LAZY);
++ }
++ }
+ free (path);
+ if (!handle)
+ {
Index: pkgsrc/cross/xtensa-esp-elf-gcc/patches/patch-gcc_system.h
diff -u /dev/null pkgsrc/cross/xtensa-esp-elf-gcc/patches/patch-gcc_system.h:1.1
--- /dev/null Mon Jul 22 20:01:52 2024
+++ pkgsrc/cross/xtensa-esp-elf-gcc/patches/patch-gcc_system.h Mon Jul 22 20:01:50 2024
@@ -0,0 +1,13 @@
+$NetBSD: patch-gcc_system.h,v 1.1 2024/07/22 20:01:50 tnn Exp $
+
+XXX paper over problem on macOS
+
+--- gcc/system.h.orig 2024-07-20 15:49:56.110873778 +0000
++++ gcc/system.h
+@@ -1,3 +1,6 @@
++#if defined(__clang__) && defined(__cplusplus)
++#include <map>
++#endif
+ /* Get common system includes and various definitions and declarations based
+ on autoconf macros.
+ Copyright (C) 1998-2023 Free Software Foundation, Inc.
Index: pkgsrc/cross/xtensa-esp-elf-gcc/patches/patch-libgcc_libgcov.h
diff -u /dev/null pkgsrc/cross/xtensa-esp-elf-gcc/patches/patch-libgcc_libgcov.h:1.1
--- /dev/null Mon Jul 22 20:01:52 2024
+++ pkgsrc/cross/xtensa-esp-elf-gcc/patches/patch-libgcc_libgcov.h Mon Jul 22 20:01:50 2024
@@ -0,0 +1,17 @@
+$NetBSD: patch-libgcc_libgcov.h,v 1.1 2024/07/22 20:01:50 tnn Exp $
+
+For some reason uses configure result from host, not target.
+
+--- libgcc/libgcov.h.orig 2024-07-22 15:25:59.142776507 +0000
++++ libgcc/libgcov.h
+@@ -46,8 +46,10 @@
+ #include "gcov.h"
+
+ #if HAVE_SYS_MMAN_H
++#if 0
+ #include <sys/mman.h>
+ #endif
++#endif
+
+ #if __CHAR_BIT__ == 8
+ typedef unsigned gcov_unsigned_t __attribute__ ((mode (SI)));
Index: pkgsrc/cross/xtensa-esp-elf-gcc/patches/patch-newlib_libc_posix_collate.c
diff -u /dev/null pkgsrc/cross/xtensa-esp-elf-gcc/patches/patch-newlib_libc_posix_collate.c:1.1
--- /dev/null Mon Jul 22 20:01:52 2024
+++ pkgsrc/cross/xtensa-esp-elf-gcc/patches/patch-newlib_libc_posix_collate.c Mon Jul 22 20:01:50 2024
@@ -0,0 +1,14 @@
+$NetBSD: patch-newlib_libc_posix_collate.c,v 1.1 2024/07/22 20:01:50 tnn Exp $
+
+work around a problem where PATH_MAX is undefined
+
+--- newlib/libc/posix/collate.c.orig 2024-07-20 16:18:23.269162402 +0000
++++ newlib/libc/posix/collate.c
+@@ -26,6 +26,7 @@
+ */
+
+ #include <sys/cdefs.h>
++#include "../include/limits.h"
+
+ #include "namespace.h"
+ #include "rune.h"
Index: pkgsrc/cross/xtensa-esp-elf-gcc/patches/patch-newlib_libc_posix_regcomp.c
diff -u /dev/null pkgsrc/cross/xtensa-esp-elf-gcc/patches/patch-newlib_libc_posix_regcomp.c:1.1
--- /dev/null Mon Jul 22 20:01:52 2024
+++ pkgsrc/cross/xtensa-esp-elf-gcc/patches/patch-newlib_libc_posix_regcomp.c Mon Jul 22 20:01:50 2024
@@ -0,0 +1,14 @@
+$NetBSD: patch-newlib_libc_posix_regcomp.c,v 1.1 2024/07/22 20:01:50 tnn Exp $
+
+work around a problem where _POSIX2_RE_DUP_MAX is undefined
+
+--- newlib/libc/posix/regcomp.c.orig 2024-07-20 16:19:51.128168994 +0000
++++ newlib/libc/posix/regcomp.c
+@@ -39,6 +39,7 @@
+ static char sccsid[] = "@(#)regcomp.c 8.5 (Berkeley) 3/20/94";
+ #endif /* LIBC_SCCS and not lint */
+ #include <sys/cdefs.h>
++#include "../include/limits.h"
+
+ #include <sys/types.h>
+ #include <stdio.h>
Home |
Main Index |
Thread Index |
Old Index