pkgsrc-WIP-changes archive

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

xtensa-esp32-elf-gcc: Add version 15.2.0



Module Name:	pkgsrc-wip
Committed By:	Frédéric Fauberteau <frederic%fauberteau.org@localhost>
Pushed By:	frederic
Date:		Fri Dec 12 16:01:13 2025 +0100
Changeset:	1e34d5f0095b66ba95a1c3c238fe7ca9aedd2bd1

Modified Files:
	Makefile
Added Files:
	xtensa-esp32-elf-gcc/DESCR
	xtensa-esp32-elf-gcc/Makefile
	xtensa-esp32-elf-gcc/PLIST
	xtensa-esp32-elf-gcc/distinfo
	xtensa-esp32-elf-gcc/patches/patch-gcc_config_xtensa_xtensa-dynconfig.cc
	xtensa-esp32-elf-gcc/patches/patch-libgcc_libgcov.h
	xtensa-esp32-elf-gcc/patches/patch-newlib_libc_posix_collate.c
	xtensa-esp32-elf-gcc/patches/patch-newlib_libc_posix_regcomp.c
	xtensa-esp32-elf-gcc/patches/patch-zlib_zutil.c

Log Message:
xtensa-esp32-elf-gcc: Add version 15.2.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1e34d5f0095b66ba95a1c3c238fe7ca9aedd2bd1

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

diffstat:
 Makefile                                           |    1 +
 xtensa-esp32-elf-gcc/DESCR                         |    1 +
 xtensa-esp32-elf-gcc/Makefile                      |  122 ++
 xtensa-esp32-elf-gcc/PLIST                         | 1656 ++++++++++++++++++++
 xtensa-esp32-elf-gcc/distinfo                      |   16 +
 .../patch-gcc_config_xtensa_xtensa-dynconfig.cc    |   23 +
 .../patches/patch-libgcc_libgcov.h                 |   17 +
 .../patches/patch-newlib_libc_posix_collate.c      |   14 +
 .../patches/patch-newlib_libc_posix_regcomp.c      |   14 +
 xtensa-esp32-elf-gcc/patches/patch-zlib_zutil.c    |   11 +
 10 files changed, 1875 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index c5bb1fcaf9..f49dca48ff 100644
--- a/Makefile
+++ b/Makefile
@@ -6207,6 +6207,7 @@ SUBDIR+=	xspread
 SUBDIR+=	xssp
 SUBDIR+=	xtags
 SUBDIR+=	xtensa-esp32-elf-binutils
+SUBDIR+=	xtensa-esp32-elf-gcc
 SUBDIR+=	xtensa-lx106-elf-gcc10
 SUBDIR+=	xtensor
 SUBDIR+=	xtitle
diff --git a/xtensa-esp32-elf-gcc/DESCR b/xtensa-esp32-elf-gcc/DESCR
new file mode 100644
index 0000000000..834a85f6ec
--- /dev/null
+++ b/xtensa-esp32-elf-gcc/DESCR
@@ -0,0 +1 @@
+Cross GCC for Espressif ESP32 target. This compiler produces LSB executable.
diff --git a/xtensa-esp32-elf-gcc/Makefile b/xtensa-esp32-elf-gcc/Makefile
new file mode 100644
index 0000000000..23f2194203
--- /dev/null
+++ b/xtensa-esp32-elf-gcc/Makefile
@@ -0,0 +1,122 @@
+# $NetBSD$
+
+DISTNAME=	espressif-gcc-15.2.0-${GITHUB_TAG}
+PKGNAME=	xtensa-esp32-elf-gcc-15.2.0
+CATEGORIES=	cross
+MASTER_SITES=	${MASTER_SITE_GITHUB:=espressif/}
+GITHUB_PROJECT=	gcc
+GITHUB_TAG=	esp-15.2.0_20251204
+# Espressif overlays
+DISTFILES=	${DEFAULT_DISTFILES}
+DISTFILES+=	${CROSSTOOLSRC}.tar.xz
+CROSSTOOLVER=	esp-15.2.0_20251204
+CROSSTOOLSRC=	crosstool-NG-${CROSSTOOLVER}-src
+SITES.${CROSSTOOLSRC}.tar.xz=	\
+	-https://github.com/espressif/crosstool-NG/releases/download/${CROSSTOOLVER}/${CROSSTOOLSRC}.tar.xz
+
+# Custom ESP32 newlib
+DISTFILES+=	newlib-${NEWLIBVER}.tar.gz
+NEWLIBVER=	esp-4.5.0_20251204
+SITES.newlib-${NEWLIBVER}.tar.gz= \
+	-https://github.com/espressif/newlib-esp32/archive/refs/tags/${NEWLIBVER}.tar.gz
+
+MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=		https://github.com/espressif/gcc
+COMMENT=		Cross GCC for Espressif ESP32 target
+LICENSE=		gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3
+
+DEPENDS+=	xtensa-esp32-elf-binutils>=2.41.0:../../wip/xtensa-esp32-elf-binutils
+
+GNU_CONFIGURE=		yes
+INFO_FILES=		yes
+USE_LANGUAGES+=		c c++
+USE_TOOLS+=		bash gmake gsed 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-esp32-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-esp32-elf
+CONFIGURE_ARGS+=	--exec_prefix=${GNU_CONFIGURE_PREFIX}
+CONFIGURE_ARGS+=	--with-local-prefix=${GNU_CONFIGURE_PREFIX}/xtensa-esp32-elf
+CONFIGURE_ARGS+=	--with-sysroot=${GNU_CONFIGURE_PREFIX}/xtensa-esp32-elf
+CONFIGURE_ARGS+=	--with-native-system-header-dir=/nonexistent/include
+CONFIGURE_ARGS+=	--with-newlib
+CONFIGURE_ARGS+=	--enable-threads=no
+CONFIGURE_ARGS+=	--enable-static
+CONFIGURE_ARGS+=	--disable-shared
+CONFIGURE_ARGS+=	--with-pkgversion="${PKGNAME} (pkgsrc)"
+CONFIGURE_ARGS+=	--disable-__cxa_atexit
+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
+
+ESP32_TYPE=	esp32
+
+post-extract:
+	mv ${WRKDIR}/newlib-*/newlib ${WRKSRC}/newlib
+	mv ${WRKDIR}/newlib-*/libgloss ${WRKSRC}/libgloss
+	${CP} -r ${WRKDIR}/${CROSSTOOLSRC}/overlays/xtensa_${ESP32_TYPE}/gcc/. ${WRKSRC}/.
+	${CP} -r ${WRKDIR}/${CROSSTOOLSRC}/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"
diff --git a/xtensa-esp32-elf-gcc/PLIST b/xtensa-esp32-elf-gcc/PLIST
new file mode 100644
index 0000000000..c2572ce11e
--- /dev/null
+++ b/xtensa-esp32-elf-gcc/PLIST
@@ -0,0 +1,1656 @@
+@comment $NetBSD$
+xtensa-esp32-elf/bin/xtensa-esp32-elf-c++
+xtensa-esp32-elf/bin/xtensa-esp32-elf-cpp
+xtensa-esp32-elf/bin/xtensa-esp32-elf-g++
+xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc
+xtensa-esp32-elf/bin/${PKGNAME}
+xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar
+xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-nm
+xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib
+xtensa-esp32-elf/bin/xtensa-esp32-elf-gcov
+xtensa-esp32-elf/bin/xtensa-esp32-elf-gcov-dump
+xtensa-esp32-elf/bin/xtensa-esp32-elf-gcov-tool
+xtensa-esp32-elf/bin/xtensa-esp32-elf-lto-dump
+xtensa-esp32-elf/info/cpp.info
+xtensa-esp32-elf/info/cppinternals.info
+xtensa-esp32-elf/info/gcc.info
+xtensa-esp32-elf/info/gccinstall.info
+xtensa-esp32-elf/info/gccint.info
+xtensa-esp32-elf/info/porting.info
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/crtbegin.o
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/crtend.o
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/crti.o
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/crtn.o
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/include-fixed/README
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/include/float.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/include/gcov.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/include/iso646.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/include/limits.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/include/stdalign.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/include/stdarg.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/include/stdatomic.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/include/stdbool.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/include/stdckdint.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/include/stddef.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/include/stdfix.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/include/stdint-gcc.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/include/stdint.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/include/stdnoreturn.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/include/syslimits.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/include/tgmath.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/include/unwind.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/include/varargs.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/install-tools/fixinc_list
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/install-tools/gsyslimits.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/install-tools/include/README
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/install-tools/include/limits.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/install-tools/macro_list
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/install-tools/mkheaders.conf
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/libgcc.a
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/libgcov.a
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/gtype.state
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ada/gcc-interface/ada-tree.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/addresses.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/alias.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/align.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/all-tree.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/alloc-pool.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/access-diagram.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/analysis-plan.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/analyzer-language.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/analyzer-logging.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/analyzer-selftests.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/analyzer.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/bar-chart.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/call-details.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/call-info.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/call-string.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/call-summary.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/checker-event.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/checker-path.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/complexity.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/constraint-manager.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/diagnostic-manager.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/engine.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/event-loc-info.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/exploded-graph.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/feasible-graph.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/function-set.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/inlining-iterator.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/known-function-manager.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/pending-diagnostic.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/program-point.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/program-state.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/ranges.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/reachability.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/record-layout.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/region-model-manager.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/region-model-reachability.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/region-model.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/region.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/sm.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/state-purge.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/store.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/supergraph.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/svalue.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/symbol.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/analyzer/trimmed-graph.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ansidecl.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/array-traits.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/asan.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/attr-fnspec.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/attr-urls.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/attribs.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/auto-host.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/auto-profile.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/avoid-store-forwarding.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/b-header-vars
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/backend.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/basic-block.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/bb-reorder.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/bbitmap.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/bitmap.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/builtin-attrs.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/builtin-types.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/builtins.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/builtins.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/bversion.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/c-family/c-common.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/c-family/c-common.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/c-family/c-objc.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/c-family/c-pragma.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/c-family/c-pretty-print.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/c-tree.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/c/c-tree.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/calls.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ccmp.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cfg-flags.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cfg.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cfganal.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cfgbuild.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cfgcleanup.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cfgexpand.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cfghooks.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cfgloop.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cfgloopmanip.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cfgrtl.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cgraph.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cif-code.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/collect-utils.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/collect2-aix.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/collect2.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/color-macros.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/conditions.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/config.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/config/elfos.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/config/initfini-array.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/config/newlib-stdint.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/config/xtensa/elf.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/config/xtensa/xtensa-opts.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/config/xtensa/xtensa-protos.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/config/xtensa/xtensa.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/configargs.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/context.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/convert.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/coretypes.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/coroutine-builtins.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/coverage.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cp/contracts.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cp/cp-trait.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cp/cp-tree.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cp/cp-tree.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cp/cxx-pretty-print.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cp/name-lookup.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cp/operators.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cp/type-utils.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cppbuiltin.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cppdefault.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cpplib.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/crc-verification.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/cselib.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ctfc.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/d/d-tree.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/data-streamer.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/dbgcnt.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/dbgcnt.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/dce.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ddg.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/debug.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/defaults.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/df.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/dfp.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/diagnostic-buffer.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/diagnostic-client-data-hooks.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/diagnostic-color.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/diagnostic-core.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/diagnostic-diagram.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/diagnostic-event-id.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/diagnostic-format-sarif.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/diagnostic-format-text.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/diagnostic-format.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/diagnostic-highlight-colors.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/diagnostic-label-effects.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/diagnostic-macro-unwinding.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/diagnostic-metadata.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/diagnostic-output-file.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/diagnostic-path.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/diagnostic-spec.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/diagnostic-url.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/diagnostic.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/diagnostic.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/digraph.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/dojump.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/dominance.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/domwalk.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/double-int.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/dump-context.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/dumpfile.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/dwarf2asm.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/dwarf2codeview.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/dwarf2ctf.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/dwarf2out.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/edit-context.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/emit-rtl.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/errors.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/escaped_string.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/et-forest.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/except.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/explow.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/expmed.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/expr.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/fibonacci_heap.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/file-find.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/file-prefix-map.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/filenames.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/fixed-value.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/flag-types.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/flags.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/fold-const-call.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/fold-const.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/function-abi.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/function.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gcc-plugin.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gcc-rich-location.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gcc-symtab.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gcc-urlifier.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gcc-urlifier.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gcc.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gcov-counter.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gcov-io.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gcse-common.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gcse.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/generic-match.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gengtype.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/genrtl.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gensupport.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ggc-internal.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ggc.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-array-bounds.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-builder.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-expr.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-fold.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-iterator.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-low.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-lower-bitint.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-match.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-predicate-analysis.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-predict.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-pretty-print.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-range-cache.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-range-edge.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-range-fold.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-range-gori.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-range-infer.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-range-op.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-range-path.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-range-phi.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-range-trace.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-range.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-ssa-warn-access.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-ssa-warn-restrict.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-ssa.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-streamer.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple-walk.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimple.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimplify-me.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gimplify.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/glimits.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gomp-constants.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/graph.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/graphds.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/graphite.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/graphviz.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gsstruct.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gsyms.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gsyslimits.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gtm-builtins.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/gtype-desc.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/hard-reg-set.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/hash-map-traits.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/hash-map.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/hash-set.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/hash-table.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/hash-traits.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/hashtab.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/highlev-plugin-common.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/hooks.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/hosthooks-def.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/hosthooks.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/hw-doloop.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/hwint.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ifcvt.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/inchash.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/incpath.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/input.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/insn-addr.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/insn-attr-common.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/insn-attr.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/insn-codes.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/insn-config.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/insn-constants.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/insn-flags.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/insn-modes-inline.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/insn-modes.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/insn-notes.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/insn-opinit.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/int-vector-builder.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/internal-fn.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/internal-fn.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/intl.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ipa-cp.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ipa-fnsummary.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ipa-icf-gimple.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ipa-icf.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ipa-inline.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ipa-locality-cloning.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ipa-modref-tree.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ipa-modref.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ipa-param-manipulation.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ipa-predicate.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ipa-prop.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ipa-ref.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ipa-reference.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ipa-strub.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ipa-utils.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ira-int.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ira.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/is-a.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/iterator-utils.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/json-parsing.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/json.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/label-text.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/langhooks-def.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/langhooks.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/lazy-diagnostic-path.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/lcm.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/libfuncs.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/libgdiagnostics++.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/libgdiagnostics.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/libiberty.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/libsarifreplay.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/limitx.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/limity.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/line-map.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/lockfile.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/logical-location.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/loop-unroll.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/lower-subreg.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/lra-int.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/lra.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/lto-compress.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/lto-ltrans-cache.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/lto-section-names.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/lto-streamer.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/m2/m2-tree.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/machmode.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/machmode.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/make-unique.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/md5.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/mem-stats-traits.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/mem-stats.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/memmodel.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/memory-block.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/mode-classes.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/mux-utils.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/objc/objc-tree.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/obstack-utils.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/obstack.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/omp-api.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/omp-builtins.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/omp-expand.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/omp-general.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/omp-low.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/omp-offload.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/omp-selectors.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/omp-simd-clone.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/opt-problem.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/opt-suggestions.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/optabs-libfuncs.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/optabs-query.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/optabs-tree.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/optabs.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/optabs.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/optinfo-emit-json.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/optinfo.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/options.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/opts-diagnostic.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/opts-jobserver.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/opts.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ordered-hash-map.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/output.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/pair-fusion.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/pass-instances.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/pass_manager.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/passes.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/plugin-api.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/plugin-version.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/plugin.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/plugin.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/pointer-query.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/poly-int-types.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/poly-int.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/predict.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/predict.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/prefix.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/pretty-print-format-impl.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/pretty-print-markup.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/pretty-print-urlifier.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/pretty-print.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/print-rtl.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/print-tree.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/profile-count.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/profile.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/range-op-mixed.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/range-op.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/range.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/read-md.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/read-rtl-function.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/real.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/realmpfr.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/recog.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/reg-notes.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/regcprop.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/regrename.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/regs.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/regset.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/reload.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/resource.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/rich-location.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/rtl-error.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/rtl-iter.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/rtl-ssa.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/rtl.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/rtl.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/rtlanal.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/rtlhash.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/rtlhooks-def.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/rtx-vector-builder.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/run-rtl-passes.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/safe-ctype.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/sanitizer.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/sarif-spec-urls.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/sbitmap.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/sched-int.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/sel-sched-dump.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/sel-sched-ir.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/sel-sched.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/selftest-diagnostic-path.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/selftest-diagnostic-show-locus.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/selftest-diagnostic.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/selftest-json.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/selftest-logical-location.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/selftest-rtl.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/selftest-tree.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/selftest.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/sese.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/shortest-paths.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/shrink-wrap.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/signop.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/simple-diagnostic-path.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/sparseset.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/spellcheck-tree.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/spellcheck.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/splay-tree-utils.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/splay-tree.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/sreal.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ssa-iterators.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ssa.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/statistics.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/stmt.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/stor-layout.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/streamer-hooks.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/stringpool.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/substring-locations.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/symbol-summary.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/symtab-clones.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/symtab-thunks.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/symtab.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/sync-builtins.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/system.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/target-def.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/target-globals.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/target-hooks-macros.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/target-insns.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/target.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/target.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/targhooks.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/text-range-label.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/timevar.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/timevar.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tm-preds.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tm.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tm_p.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/toplev.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tracer.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/trans-mem.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-affine.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-cfg.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-cfgcleanup.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-check.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-chrec.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-core.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-data-ref.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-dfa.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-diagnostic.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-dump.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-eh.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-hash-traits.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-hasher.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-if-conv.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-inline.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-into-ssa.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-iterator.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-logical-location.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-nested.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-object-size.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-outof-ssa.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-parloops.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-pass.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-phinodes.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-pretty-print-markup.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-pretty-print.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-scalar-evolution.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-sra.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-address.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-alias-compare.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-alias.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-ccp.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-coalesce.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-dce.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-dom.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-dse.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-live.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-loop-ivopts.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-loop-manip.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-loop-niter.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-loop.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-math-opts.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-operands.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-propagate.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-reassoc.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-sccvn.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-scopedtables.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-strlen.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-ter.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-threadedge.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa-threadupdate.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssa.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-ssanames.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-stdarg.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-streamer.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-switch-conversion.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-vector-builder.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-vectorizer.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree-vrp.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tree.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/treestruct.def
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tristate.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tsan.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/tsystem.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/typeclass.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/typed-splay-tree.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/ubsan.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/unique-argv.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/valtrack.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/value-pointer-equiv.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/value-prof.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/value-query.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/value-range-pretty-print.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/value-range-storage.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/value-range.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/value-relation.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/varasm.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/vec-perm-indices.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/vec.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/vector-builder.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/version.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/vmsdbg.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/vr-values.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/vtable-verify.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/wide-int-bitmask.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/wide-int-print.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/wide-int.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/xcoff.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/xtensa-config.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/include/xtensa-dynconfig.h
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/libcc1plugin.la
+xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/libcp1plugin.la
+xtensa-esp32-elf/lib/libcc1.la
+xtensa-esp32-elf/libexec/gcc/xtensa-esp32-elf/${PKGVERSION}/cc1
+xtensa-esp32-elf/libexec/gcc/xtensa-esp32-elf/${PKGVERSION}/cc1plus
+xtensa-esp32-elf/libexec/gcc/xtensa-esp32-elf/${PKGVERSION}/collect2
+xtensa-esp32-elf/libexec/gcc/xtensa-esp32-elf/${PKGVERSION}/g++-mapper-server
+xtensa-esp32-elf/libexec/gcc/xtensa-esp32-elf/${PKGVERSION}/install-tools/fixinc.sh
+xtensa-esp32-elf/libexec/gcc/xtensa-esp32-elf/${PKGVERSION}/install-tools/fixincl
+xtensa-esp32-elf/libexec/gcc/xtensa-esp32-elf/${PKGVERSION}/install-tools/mkheaders
+xtensa-esp32-elf/libexec/gcc/xtensa-esp32-elf/${PKGVERSION}/install-tools/mkinstalldirs
+xtensa-esp32-elf/libexec/gcc/xtensa-esp32-elf/${PKGVERSION}/liblto_plugin.la
+xtensa-esp32-elf/libexec/gcc/xtensa-esp32-elf/${PKGVERSION}/lto-wrapper
+xtensa-esp32-elf/libexec/gcc/xtensa-esp32-elf/${PKGVERSION}/lto1
+xtensa-esp32-elf/libexec/gcc/xtensa-esp32-elf/${PKGVERSION}/plugin/gengtype
+xtensa-esp32-elf/man/man1/xtensa-esp32-elf-cpp.1
+xtensa-esp32-elf/man/man1/xtensa-esp32-elf-g++.1
+xtensa-esp32-elf/man/man1/xtensa-esp32-elf-gcc.1
+xtensa-esp32-elf/man/man1/xtensa-esp32-elf-gcov-dump.1
+xtensa-esp32-elf/man/man1/xtensa-esp32-elf-gcov-tool.1
+xtensa-esp32-elf/man/man1/xtensa-esp32-elf-gcov.1
+xtensa-esp32-elf/man/man1/xtensa-esp32-elf-lto-dump.1
+xtensa-esp32-elf/man/man7/fsf-funding.7
+xtensa-esp32-elf/man/man7/gfdl.7
+xtensa-esp32-elf/man/man7/gpl.7
+xtensa-esp32-elf/share/gcc-${PKGVERSION}/python/libstdcxx/__init__.py
+xtensa-esp32-elf/share/gcc-${PKGVERSION}/python/libstdcxx/v6/__init__.py
+xtensa-esp32-elf/share/gcc-${PKGVERSION}/python/libstdcxx/v6/printers.py
+xtensa-esp32-elf/share/gcc-${PKGVERSION}/python/libstdcxx/v6/xmethods.py
+xtensa-esp32-elf/share/iconv_data/big5.cct
+xtensa-esp32-elf/share/iconv_data/cns11643_plane1.cct
+xtensa-esp32-elf/share/iconv_data/cns11643_plane14.cct
+xtensa-esp32-elf/share/iconv_data/cns11643_plane2.cct
+xtensa-esp32-elf/share/iconv_data/cp775.cct
+xtensa-esp32-elf/share/iconv_data/cp850.cct
+xtensa-esp32-elf/share/iconv_data/cp852.cct
+xtensa-esp32-elf/share/iconv_data/cp855.cct
+xtensa-esp32-elf/share/iconv_data/cp866.cct
+xtensa-esp32-elf/share/iconv_data/encoding.aliases
+xtensa-esp32-elf/share/iconv_data/iso_8859_1.cct
+xtensa-esp32-elf/share/iconv_data/iso_8859_10.cct
+xtensa-esp32-elf/share/iconv_data/iso_8859_11.cct
+xtensa-esp32-elf/share/iconv_data/iso_8859_13.cct
+xtensa-esp32-elf/share/iconv_data/iso_8859_14.cct
+xtensa-esp32-elf/share/iconv_data/iso_8859_15.cct
+xtensa-esp32-elf/share/iconv_data/iso_8859_2.cct
+xtensa-esp32-elf/share/iconv_data/iso_8859_3.cct
+xtensa-esp32-elf/share/iconv_data/iso_8859_4.cct
+xtensa-esp32-elf/share/iconv_data/iso_8859_5.cct
+xtensa-esp32-elf/share/iconv_data/iso_8859_6.cct
+xtensa-esp32-elf/share/iconv_data/iso_8859_7.cct
+xtensa-esp32-elf/share/iconv_data/iso_8859_8.cct
+xtensa-esp32-elf/share/iconv_data/iso_8859_9.cct
+xtensa-esp32-elf/share/iconv_data/iso_ir_111.cct
+xtensa-esp32-elf/share/iconv_data/jis_x0201_1976.cct
+xtensa-esp32-elf/share/iconv_data/jis_x0208_1990.cct
+xtensa-esp32-elf/share/iconv_data/jis_x0212_1990.cct
+xtensa-esp32-elf/share/iconv_data/koi8_r.cct
+xtensa-esp32-elf/share/iconv_data/koi8_ru.cct
+xtensa-esp32-elf/share/iconv_data/koi8_u.cct
+xtensa-esp32-elf/share/iconv_data/koi8_uni.cct
+xtensa-esp32-elf/share/iconv_data/ksx1001.cct
+xtensa-esp32-elf/share/iconv_data/win_1250.cct
+xtensa-esp32-elf/share/iconv_data/win_1251.cct
+xtensa-esp32-elf/share/iconv_data/win_1252.cct
+xtensa-esp32-elf/share/iconv_data/win_1253.cct
+xtensa-esp32-elf/share/iconv_data/win_1254.cct
+xtensa-esp32-elf/share/iconv_data/win_1255.cct
+xtensa-esp32-elf/share/iconv_data/win_1256.cct
+xtensa-esp32-elf/share/iconv_data/win_1257.cct
+xtensa-esp32-elf/share/iconv_data/win_1258.cct
+xtensa-esp32-elf/xtensa-esp32-elf/include/_ansi.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/_newlib_version.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/_syslist.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/alloca.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/ar.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/argz.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/assert.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/algorithm
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/any
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/array
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/atomic
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/backward/auto_ptr.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/backward/backward_warning.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/backward/binders.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/backward/hash_fun.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/backward/hash_map
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/backward/hash_set
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/backward/hashtable.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/backward/strstream
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/barrier
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bit
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/algorithmfwd.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/align.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/alloc_traits.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/allocated_ptr.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/allocator.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/atomic_base.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/atomic_futex.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/atomic_lockfree_defines.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/atomic_timed_wait.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/atomic_wait.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/basic_ios.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/basic_ios.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/basic_string.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/basic_string.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/boost_concept_check.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/c++0x_warning.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/char_traits.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/charconv.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/chrono.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/chrono_io.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/codecvt.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/concept_check.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/cow_string.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/cpp_type_traits.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/cxxabi_forced.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/cxxabi_init_exception.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/deque.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/elements_of.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/enable_special_members.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/erase_if.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/exception.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/exception_defines.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/exception_ptr.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/formatfwd.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/forward_list.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/forward_list.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/fs_dir.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/fs_fwd.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/fs_ops.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/fs_path.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/fstream.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/functexcept.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/functional_hash.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/gslice.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/gslice_array.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/hash_bytes.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/hashtable.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/hashtable_policy.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/indirect_array.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/invoke.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/ios_base.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/istream.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/iterator_concepts.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/list.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/locale_classes.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/locale_classes.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/locale_conv.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/locale_facets.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/locale_facets.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/locale_facets_nonio.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/locale_facets_nonio.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/localefwd.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/mask_array.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/max_size_type.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/memory_resource.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/memoryfwd.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/mofunc_impl.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/monostate.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/move.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/move_only_function.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/nested_exception.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/new_allocator.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/node_handle.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/ostream.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/ostream.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/ostream_insert.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/out_ptr.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/parse_numbers.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/postypes.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/predefined_ops.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/ptr_traits.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/quoted_string.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/random.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/random.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/range_access.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/ranges_algo.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/ranges_algobase.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/ranges_base.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/ranges_cmp.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/ranges_uninitialized.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/ranges_util.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/refwrap.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/regex.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/regex.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/regex_automaton.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/regex_automaton.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/regex_compiler.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/regex_compiler.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/regex_constants.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/regex_error.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/regex_executor.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/regex_executor.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/regex_scanner.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/regex_scanner.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/requires_hosted.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/sat_arith.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/semaphore_base.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/shared_ptr.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/shared_ptr_atomic.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/shared_ptr_base.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/slice_array.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/specfun.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/sstream.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/std.cc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/std.compat.cc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/std_abs.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/std_function.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/std_mutex.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/std_thread.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_algo.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_algobase.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_bvector.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_construct.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_deque.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_function.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_heap.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_iterator.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_iterator_base_funcs.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_iterator_base_types.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_list.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_map.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_multimap.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_multiset.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_numeric.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_pair.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_queue.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_raw_storage_iter.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_relops.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_set.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_stack.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_tempbuf.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_tree.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_uninitialized.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stl_vector.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stream_iterator.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/streambuf.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/streambuf_iterator.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/string_view.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/stringfwd.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/text_encoding-data.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/this_thread_sleep.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/unicode-data.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/unicode.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/uniform_int_dist.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/unique_lock.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/unique_ptr.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/unordered_map.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/unordered_set.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/uses_allocator.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/uses_allocator_args.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/utility.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/valarray_after.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/valarray_array.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/valarray_array.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/valarray_before.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/vector.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bits/version.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/bitset
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/cassert
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ccomplex
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/cctype
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/cerrno
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/cfenv
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/cfloat
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/charconv
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/chrono
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/cinttypes
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ciso646
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/climits
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/clocale
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/cmath
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/codecvt
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/compare
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/complex
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/complex.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/concepts
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/condition_variable
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/coroutine
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/csetjmp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/csignal
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/cstdalign
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/cstdarg
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/cstdbool
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/cstddef
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/cstdint
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/cstdio
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/cstdlib
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/cstring
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ctgmath
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ctime
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/cuchar
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/cwchar
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/cwctype
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/cxxabi.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/assertions.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/bitset
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/debug.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/deque
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/formatter.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/forward_list
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/functions.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/helper_functions.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/list
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/macros.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/map
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/map.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/multimap.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/multiset.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/safe_base.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/safe_container.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/safe_iterator.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/safe_iterator.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/safe_local_iterator.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/safe_local_iterator.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/safe_sequence.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/safe_sequence.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/safe_unordered_base.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/safe_unordered_container.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/safe_unordered_container.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/set
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/set.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/stl_iterator.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/string
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/unordered_map
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/unordered_set
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/debug/vector
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/decimal/decimal
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/decimal/decimal.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/deque
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/exception
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/execution
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/expected
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/algorithm
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/any
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/array
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/bits/lfts_config.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/bits/net.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/bits/numeric_traits.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/bits/shared_ptr.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/bits/simd.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/bits/simd_builtin.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/bits/simd_converter.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/bits/simd_detail.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/bits/simd_fixed_size.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/bits/simd_math.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/bits/simd_neon.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/bits/simd_ppc.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/bits/simd_scalar.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/bits/simd_sve.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/bits/simd_x86.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/bits/simd_x86_conversions.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/bits/string_view.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/buffer
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/chrono
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/contract
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/deque
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/executor
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/forward_list
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/functional
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/internet
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/io_context
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/iterator
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/list
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/map
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/memory
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/memory_resource
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/net
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/netfwd
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/numeric
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/optional
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/propagate_const
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/random
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/ratio
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/regex
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/scope
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/set
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/simd
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/socket
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/source_location
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/string
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/string_view
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/synchronized_value
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/system_error
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/timer
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/tuple
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/type_traits
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/unordered_map
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/unordered_set
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/utility
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/experimental/vector
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/algorithm
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/aligned_buffer.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/alloc_traits.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/atomicity.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/bitmap_allocator.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/cast.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/cmath
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/codecvt_specializations.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/concurrence.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/debug_allocator.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/enc_filebuf.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/extptr_allocator.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/functional
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/hash_map
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/hash_set
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/iterator
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/malloc_allocator.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/memory
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/mt_allocator.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/new_allocator.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/numeric
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/numeric_traits.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/assoc_container.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/traits.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/branch_policy/branch_policy.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/branch_policy/traits.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cond_dealtor.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/container_base_dispatch.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/debug_map_base.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/traits.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/traits.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/node.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/traits.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/node.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/traits.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/standard_policies.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/tree_trace_base.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/type_utils.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/types_traits.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/unordered_iterator/iterator.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/exception.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/hash_policy.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/list_update_policy.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/priority_queue.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/tag_and_trait.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/tree_policy.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pb_ds/trie_policy.hpp
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pod_char_traits.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pointer.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/pool_allocator.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/random
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/random.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/rb_tree
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/rc_string_base.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/rope
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/ropeimpl.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/slist
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/sso_string_base.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/stdio_filebuf.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/stdio_sync_filebuf.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/string_conversions.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/throw_allocator.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/type_traits.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/typelist.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/vstring.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/vstring.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/vstring_fwd.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ext/vstring_util.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/fenv.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/filesystem
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/flat_map
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/flat_set
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/format
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/forward_list
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/fstream
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/functional
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/future
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/generator
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/initializer_list
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/iomanip
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ios
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/iosfwd
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/iostream
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/istream
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/iterator
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/latch
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/limits
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/list
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/locale
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/map
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/math.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/memory
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/memory_resource
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/mutex
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/new
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/numbers
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/numeric
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/optional
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ostream
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/algo.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/algobase.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/algorithm
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/algorithmfwd.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/balanced_quicksort.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/base.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/basic_iterator.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/checkers.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/compatibility.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/compiletime_settings.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/equally_split.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/features.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/find.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/find_selectors.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/for_each.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/for_each_selectors.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/iterator.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/list_partition.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/losertree.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/merge.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/multiseq_selection.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/multiway_merge.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/multiway_mergesort.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/numeric
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/numericfwd.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/omp_loop.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/omp_loop_static.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/par_loop.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/parallel.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/partial_sum.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/partition.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/queue.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/quicksort.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/random_number.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/random_shuffle.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/search.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/set_operations.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/settings.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/sort.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/tags.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/types.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/unique_copy.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/parallel/workstealing.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/print
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/pstl/algorithm_fwd.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/pstl/algorithm_impl.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/pstl/execution_defs.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/pstl/execution_impl.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/pstl/glue_algorithm_defs.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/pstl/glue_algorithm_impl.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/pstl/glue_execution_defs.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/pstl/glue_memory_defs.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/pstl/glue_memory_impl.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/pstl/glue_numeric_defs.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/pstl/glue_numeric_impl.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/pstl/memory_impl.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/pstl/numeric_fwd.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/pstl/numeric_impl.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/pstl/parallel_backend.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/pstl/parallel_backend_serial.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/pstl/parallel_backend_tbb.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/pstl/parallel_backend_utils.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/pstl/parallel_impl.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/pstl/pstl_config.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/pstl/unseq_backend_simd.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/pstl/utils.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/queue
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/random
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ranges
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/ratio
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/regex
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/scoped_allocator
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/semaphore
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/set
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/shared_mutex
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/source_location
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/span
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/spanstream
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/sstream
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/stack
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/stacktrace
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/stdatomic.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/stdbit.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/stdckdint.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/stdexcept
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/stdfloat
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/stdlib.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/stop_token
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/streambuf
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/string
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/string_view
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/syncstream
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/system_error
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/text_encoding
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tgmath.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/thread
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/array
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/bessel_function.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/beta_function.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/ccomplex
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/cctype
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/cfenv
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/cfloat
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/cinttypes
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/climits
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/cmath
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/complex
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/complex.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/cstdarg
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/cstdbool
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/cstdint
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/cstdio
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/cstdlib
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/ctgmath
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/ctime
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/ctype.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/cwchar
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/cwctype
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/ell_integral.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/exp_integral.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/fenv.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/float.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/functional
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/functional_hash.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/gamma.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/hashtable.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/hashtable_policy.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/hypergeometric.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/inttypes.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/legendre_function.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/limits.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/math.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/memory
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/modified_bessel_func.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/poly_hermite.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/poly_laguerre.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/random
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/random.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/random.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/regex
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/riemann_zeta.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/shared_ptr.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/special_function_util.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/stdarg.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/stdbool.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/stdint.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/stdio.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/stdlib.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/tgmath.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/tuple
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/type_traits
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/unordered_map
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/unordered_map.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/unordered_set
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/unordered_set.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/utility
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/wchar.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr1/wctype.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr2/bool_set
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr2/bool_set.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr2/dynamic_bitset
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr2/dynamic_bitset.tcc
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr2/ratio
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tr2/type_traits
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/tuple
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/type_traits
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/typeindex
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/typeinfo
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/unordered_map
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/unordered_set
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/utility
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/valarray
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/variant
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/vector
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/version
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/bits/atomic_word.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/bits/basic_file.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/bits/c++allocator.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/bits/c++config.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/bits/c++io.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/bits/c++locale.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/bits/cpu_defines.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/bits/ctype_base.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/bits/ctype_inline.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/bits/cxxabi_tweaks.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/bits/error_constants.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/bits/extc++.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/bits/gthr-default.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/bits/gthr-posix.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/bits/gthr-single.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/bits/gthr.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/bits/messages_members.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/bits/opt_random.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/bits/os_defines.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/bits/stdc++.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/bits/stdtr1c++.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/bits/time_members.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/c++/${PKGVERSION}/xtensa-esp32-elf/ext/opt_random.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/complex.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/cpio.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/ctype.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/devctl.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/dirent.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/elf.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/envlock.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/envz.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/errno.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/fastmath.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/fcntl.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/fenv.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/fnmatch.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/ftw.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/getopt.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/glob.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/grp.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/iconv.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/ieeefp.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/inttypes.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/langinfo.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/libgen.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/limits.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/locale.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/machine/_arc4random.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/machine/_default_types.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/machine/_endian.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/machine/_time.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/machine/_types.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/machine/ansi.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/machine/endian.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/machine/fastmath.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/machine/ieee.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/machine/ieeefp.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/machine/malloc.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/machine/param.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/machine/setjmp-dj.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/machine/setjmp.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/machine/stdlib.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/machine/termios.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/machine/time.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/machine/types.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/malloc.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/math.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/memory.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/ndbm.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/newlib.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/paths.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/pthread.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/pwd.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/reent.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/regdef.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/regex.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sched.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/search.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/setjmp.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/signal.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/spawn.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/ssp/ssp.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/ssp/stdio.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/ssp/stdlib.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/ssp/string.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/ssp/strings.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/ssp/unistd.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/ssp/wchar.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/stdatomic.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/stdint.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/stdio.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/stdio_ext.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/stdlib.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/string.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/strings.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/_default_fcntl.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/_intsup.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/_locale.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/_pthreadtypes.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/_sigset.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/_stdint.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/_timespec.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/_timeval.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/_types.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/_tz_structs.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/cdefs.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/config.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/custom_file.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/dir.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/dirent.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/endian.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/errno.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/fcntl.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/features.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/fenv.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/file.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/iconvnls.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/lock.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/param.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/queue.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/reent.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/resource.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/sched.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/select.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/signal.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/stat.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/statvfs.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/stdio.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/string.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/syslimits.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/time.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/timeb.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/times.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/timespec.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/tree.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/types.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/unistd.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/utime.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/sys/wait.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/tar.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/termios.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/tgmath.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/threads.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/time.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/unctrl.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/unistd.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/utime.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/utmp.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/wchar.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/wctype.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/wordexp.h
+xtensa-esp32-elf/xtensa-esp32-elf/include/xtensa/config/core-isa.h
+xtensa-esp32-elf/xtensa-esp32-elf/lib/board.elf.specs
+xtensa-esp32-elf/xtensa-esp32-elf/lib/crt0.o
+xtensa-esp32-elf/xtensa-esp32-elf/lib/default.specs
+xtensa-esp32-elf/xtensa-esp32-elf/lib/libc.a
+xtensa-esp32-elf/xtensa-esp32-elf/lib/libg.a
+xtensa-esp32-elf/xtensa-esp32-elf/lib/libgloss.a
+xtensa-esp32-elf/xtensa-esp32-elf/lib/libm.a
+xtensa-esp32-elf/xtensa-esp32-elf/lib/libnosys.a
+xtensa-esp32-elf/xtensa-esp32-elf/lib/libpthread_stubs.a
+xtensa-esp32-elf/xtensa-esp32-elf/lib/libstdc++.a-gdb.py
+xtensa-esp32-elf/xtensa-esp32-elf/lib/libstdc++.la
+xtensa-esp32-elf/xtensa-esp32-elf/lib/libstdc++.modules.json
+xtensa-esp32-elf/xtensa-esp32-elf/lib/libstdc++exp.la
+xtensa-esp32-elf/xtensa-esp32-elf/lib/libsupc++.la
+xtensa-esp32-elf/xtensa-esp32-elf/lib/nano.specs
+xtensa-esp32-elf/xtensa-esp32-elf/lib/nosys.specs
+xtensa-esp32-elf/xtensa-esp32-elf/lib/sim.elf.specs
+xtensa-esp32-elf/xtensa-esp32-elf/lib/sys.openocd.specs
+xtensa-esp32-elf/xtensa-esp32-elf/lib/sys.qemu.specs
+@pkgdir xtensa-esp32-elf/xtensa-esp32-elf/include/rpc
+@pkgdir xtensa-esp32-elf/xtensa-esp32-elf/include/bits
+@pkgdir xtensa-esp32-elf/man/man3
+@pkgdir xtensa-esp32-elf/include
diff --git a/xtensa-esp32-elf-gcc/distinfo b/xtensa-esp32-elf-gcc/distinfo
new file mode 100644
index 0000000000..cd96ea0a71
--- /dev/null
+++ b/xtensa-esp32-elf-gcc/distinfo
@@ -0,0 +1,16 @@
+$NetBSD$
+
+BLAKE2s (crosstool-NG-esp-15.2.0_20251204-src.tar.xz) = a9d6dabc58695fce9b1c8e2a4520d87d1987d1fe36648e88ad3bea847d91562e
+SHA512 (crosstool-NG-esp-15.2.0_20251204-src.tar.xz) = 24b0e2bbd0781f10af4cbd80e2c0f7e79665fd77a76b41636c1e7f63ce8e03f11c043353d5436a091844fd44026f4695a25cd82c637a30be9fe9f44fe7d95cd7
+Size (crosstool-NG-esp-15.2.0_20251204-src.tar.xz) = 1141680 bytes
+BLAKE2s (espressif-gcc-15.2.0-esp-15.2.0_20251204.tar.gz) = 41f71f719394348aa6060827ebcf3fe177f74271b60894f043cd1abdbb21db17
+SHA512 (espressif-gcc-15.2.0-esp-15.2.0_20251204.tar.gz) = fee805c2081b59cbad4765d63754da386ad6dd034456b8915c9e62562929f7103ec616c2a7d5f98aad47db75646a10d3d936c033106ebf9e978dae1969f5ba7b
+Size (espressif-gcc-15.2.0-esp-15.2.0_20251204.tar.gz) = 152796076 bytes
+BLAKE2s (newlib-esp-4.5.0_20251204.tar.gz) = 5cee1c649a18c2d064866097d6baffe6a0fc13cbdc4b3d2bc9e8739924d710f1
+SHA512 (newlib-esp-4.5.0_20251204.tar.gz) = b41b9664b8be03781d425f9fcea15784376e248478ee3c65507ccc29cc65a4c8f879f58f689fb99c00458f97864902b777605b1264023081981fecb3384154f3
+Size (newlib-esp-4.5.0_20251204.tar.gz) = 12442007 bytes
+SHA1 (patch-gcc_config_xtensa_xtensa-dynconfig.cc) = 8d0de3278ca3d0d9a682b9c8b54a241b4d506d3b
+SHA1 (patch-libgcc_libgcov.h) = ed9fd122c5b9786c8a3476b13892a1c0c803509d
+SHA1 (patch-newlib_libc_posix_collate.c) = 105aa07ba8de71eb1b3c4459303ceba26ed9dadc
+SHA1 (patch-newlib_libc_posix_regcomp.c) = 8f2e669b338f638c041992fc051d119f0ae21445
+SHA1 (patch-zlib_zutil.c) = ac4f09acca50d86637da7ff95f337ea78a5999ea
diff --git a/xtensa-esp32-elf-gcc/patches/patch-gcc_config_xtensa_xtensa-dynconfig.cc b/xtensa-esp32-elf-gcc/patches/patch-gcc_config_xtensa_xtensa-dynconfig.cc
new file mode 100644
index 0000000000..556b076d46
--- /dev/null
+++ b/xtensa-esp32-elf-gcc/patches/patch-gcc_config_xtensa_xtensa-dynconfig.cc
@@ -0,0 +1,23 @@
+$NetBSD$
+
+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)
+ 	{
diff --git a/xtensa-esp32-elf-gcc/patches/patch-libgcc_libgcov.h b/xtensa-esp32-elf-gcc/patches/patch-libgcc_libgcov.h
new file mode 100644
index 0000000000..4f6eaeaac2
--- /dev/null
+++ b/xtensa-esp32-elf-gcc/patches/patch-libgcc_libgcov.h
@@ -0,0 +1,17 @@
+$NetBSD$
+
+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)));
diff --git a/xtensa-esp32-elf-gcc/patches/patch-newlib_libc_posix_collate.c b/xtensa-esp32-elf-gcc/patches/patch-newlib_libc_posix_collate.c
new file mode 100644
index 0000000000..4b57f8c70c
--- /dev/null
+++ b/xtensa-esp32-elf-gcc/patches/patch-newlib_libc_posix_collate.c
@@ -0,0 +1,14 @@
+$NetBSD$
+
+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"
diff --git a/xtensa-esp32-elf-gcc/patches/patch-newlib_libc_posix_regcomp.c b/xtensa-esp32-elf-gcc/patches/patch-newlib_libc_posix_regcomp.c
new file mode 100644
index 0000000000..630c40e5e0
--- /dev/null
+++ b/xtensa-esp32-elf-gcc/patches/patch-newlib_libc_posix_regcomp.c
@@ -0,0 +1,14 @@
+$NetBSD$
+
+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>
diff --git a/xtensa-esp32-elf-gcc/patches/patch-zlib_zutil.c b/xtensa-esp32-elf-gcc/patches/patch-zlib_zutil.c
new file mode 100644
index 0000000000..1d32c45c35
--- /dev/null
+++ b/xtensa-esp32-elf-gcc/patches/patch-zlib_zutil.c
@@ -0,0 +1,11 @@
+$NetBSD$
+
+Fix building on macOS 15.
+
+--- zlib/zutil.c.orig	2025-05-03 16:10:12.338440370 +0000
++++ zlib/zutil.c
+@@ -7,2 +7,4 @@
+ 
++#include <stdio.h>
++
+ #include "zutil.h"


Home | Main Index | Thread Index | Old Index