pkgsrc-WIP-changes archive

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

Added OpenSBI necessary flags and fixed SBI intialization for VisionFive2



Module Name:	pkgsrc-wip
Committed By:	berte <behzaterte%pm.me@localhost>
Pushed By:	behzaterte
Date:		Fri Apr 7 11:29:14 2023 +0200
Changeset:	e0242e4b711c6e6f9c118e7fb6ad691f76e4b2bc

Modified Files:
	riscv64-none-elf-gcc/Makefile
	riscv64-none-elf-gcc/PLIST

Log Message:
Added OpenSBI necessary flags and fixed SBI intialization for VisionFive2

Signed-off-by: berte <behzaterte%pm.me@localhost>

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

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

diffstat:
 riscv64-none-elf-gcc/Makefile |   54 +-
 riscv64-none-elf-gcc/PLIST    | 2643 +++++++++++++++++++++--------------------
 2 files changed, 1377 insertions(+), 1320 deletions(-)

diffs:
diff --git a/riscv64-none-elf-gcc/Makefile b/riscv64-none-elf-gcc/Makefile
index 18514a1230..696d0849ab 100644
--- a/riscv64-none-elf-gcc/Makefile
+++ b/riscv64-none-elf-gcc/Makefile
@@ -45,25 +45,41 @@ CHECK_PORTABILITY_SKIP+=	gcc/configure
 
 GNU_CONFIGURE_PREFIX=	${RISCV64ELF_PREFIX}
 
-CONFIGURE_ARGS+=	--target=riscv64-none-elf
-CONFIGURE_ARGS+=	--with-arch=rv64imafdc_zicsr_zifencei
-CONFIGURE_ARGS+=	--with-abi=lp64d
-CONFIGURE_ARGS+=	--enable-languages=c,c++
-CONFIGURE_ARGS+=	--enable-tls
-CONFIGURE_ARGS+=	--with-newlib
-CONFIGURE_ARGS+=	--without-isl
-CONFIGURE_ARGS+=	--disable-multilib
-CONFIGURE_ARGS+=	--disable-werror
-CONFIGURE_ARGS+=	--disable-threads
-CONFIGURE_ARGS+=	--disable-libatomic
-CONFIGURE_ARGS+=	--disable-libmudflap
-CONFIGURE_ARGS+=	--disable-libssp
-CONFIGURE_ARGS+=	--disable-libquadmath
-CONFIGURE_ARGS+=	--disable-libgomp
-CONFIGURE_ARGS+=	--disable-libstdcxx-pch
-CONFIGURE_ARGS+=	--disable-nls
-
-CONFIGURE_ARGS+=	--disable-bootstrap
+CONFIGURE_ARGS+= --target=riscv64-none-elf
+CONFIGURE_ARGS+= --enable-languages=c,c++
+CONFIGURE_ARGS+= --with-abi=lp64d
+CONFIGURE_ARGS+= --with-newlib
+CONFIGURE_ARGS+= --disable-libgomp
+CONFIGURE_ARGS+= --enable-obsolete
+CONFIGURE_ARGS+= --enable-secureplt
+CONFIGURE_ARGS+= --disable-werror
+CONFIGURE_ARGS+= --with-system-zlib
+CONFIGURE_ARGS+= --enable-nls
+CONFIGURE_ARGS+= --without-included-gettext
+CONFIGURE_ARGS+= --disable-libunwind-exceptions
+CONFIGURE_ARGS+= --enable-checking=release
+CONFIGURE_ARGS+= --with-gcc-major-version-only
+CONFIGURE_ARGS+= --disable-esp
+CONFIGURE_ARGS+= --enable-lto
+CONFIGURE_ARGS+= --disable-libstdcxx-pch
+CONFIGURE_ARGS+= --enable-poison-system-directories
+CONFIGURE_ARGS+= --disable-bootstrap
+CONFIGURE_ARGS+= --enable-__cxa_atexit
+CONFIGURE_ARGS+= --enable-clocale=gnu
+CONFIGURE_ARGS+= --disable-multilib
+CONFIGURE_ARGS+= --disable-fixed-point
+CONFIGURE_ARGS+= --disable-libssp
+CONFIGURE_ARGS+= --disable-libada
+CONFIGURE_ARGS+= --disable-cet
+CONFIGURE_ARGS+= --disable-systemtap
+CONFIGURE_ARGS+= --disable-valgrind-annotations
+CONFIGURE_ARGS+= --disable-vtable-verify
+CONFIGURE_ARGS+= --disable-libvtv
+CONFIGURE_ARGS+= --without-zstd
+CONFIGURE_ARGS+= --without-isl
+CONFIGURE_ARGS+= --disable-libsanitizer
+CONFIGURE_ARGS+= --enable-default-pie
+CONFIGURE_ARGS+= --enable-default-ssp
 
 INFO_FILES=		yes
 
diff --git a/riscv64-none-elf-gcc/PLIST b/riscv64-none-elf-gcc/PLIST
index 75b87d884c..0d4805e93e 100644
--- a/riscv64-none-elf-gcc/PLIST
+++ b/riscv64-none-elf-gcc/PLIST
@@ -3,7 +3,7 @@ cross-riscv64-none-elf/bin/riscv64-none-elf-c++
 cross-riscv64-none-elf/bin/riscv64-none-elf-cpp
 cross-riscv64-none-elf/bin/riscv64-none-elf-g++
 cross-riscv64-none-elf/bin/riscv64-none-elf-gcc
-cross-riscv64-none-elf/bin/riscv64-none-elf-gcc-${PKGVERSION}
+cross-riscv64-none-elf/bin/riscv64-none-elf-gcc-12
 cross-riscv64-none-elf/bin/riscv64-none-elf-gcc-ar
 cross-riscv64-none-elf/bin/riscv64-none-elf-gcc-nm
 cross-riscv64-none-elf/bin/riscv64-none-elf-gcc-ranlib
@@ -16,502 +16,503 @@ cross-riscv64-none-elf/info/cppinternals.info
 cross-riscv64-none-elf/info/gcc.info
 cross-riscv64-none-elf/info/gccinstall.info
 cross-riscv64-none-elf/info/gccint.info
+cross-riscv64-none-elf/info/libquadmath.info
 cross-riscv64-none-elf/info/porting.info
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/crtbegin.o
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/crtend.o
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/crti.o
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/crtn.o
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/include-fixed/README
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/include-fixed/limits.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/include-fixed/syslimits.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/include/float.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/include/gcov.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/include/iso646.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/include/stdalign.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/include/stdarg.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/include/stdatomic.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/include/stdbool.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/include/stddef.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/include/stdfix.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/include/stdint-gcc.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/include/stdint.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/include/stdnoreturn.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/include/tgmath.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/include/unwind.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/include/varargs.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/install-tools/fixinc_list
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/install-tools/gsyslimits.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/install-tools/include/README
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/install-tools/include/limits.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/install-tools/macro_list
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/install-tools/mkheaders.conf
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/libgcc.a
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/libgcov.a
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/gtype.state
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ada/gcc-interface/ada-tree.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/addresses.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/alias.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/align.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/all-tree.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/alloc-pool.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ansidecl.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/array-traits.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/asan.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/attr-fnspec.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/attribs.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/auto-host.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/auto-profile.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/b-header-vars
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/backend.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/basic-block.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/bb-reorder.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/bitmap.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/builtin-attrs.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/builtin-types.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/builtins.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/builtins.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/bversion.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/c-family/c-common.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/c-family/c-common.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/c-family/c-objc.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/c-family/c-pragma.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/c-family/c-pretty-print.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/c-tree.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/calls.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ccmp.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/cfg-flags.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/cfg.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/cfganal.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/cfgbuild.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/cfgcleanup.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/cfgexpand.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/cfghooks.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/cfgloop.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/cfgloopmanip.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/cfgrtl.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/cgraph.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/cif-code.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/collect-utils.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/collect2-aix.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/collect2.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/color-macros.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/conditions.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/config.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/config/elfos.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/config/initfini-array.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/config/newlib-stdint.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/config/riscv/elf.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/config/riscv/riscv-opts.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/config/riscv/riscv-protos.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/config/riscv/riscv.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/configargs.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/context.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/convert.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/coretypes.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/coroutine-builtins.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/coverage.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/cp/cp-tree.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/cp/cp-tree.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/cp/cxx-pretty-print.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/cp/name-lookup.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/cp/operators.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/cp/type-utils.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/cppbuiltin.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/cppdefault.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/cpplib.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/cselib.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ctfc.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/d/d-tree.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/data-streamer.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/dbgcnt.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/dbgcnt.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/dbxout.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/dce.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ddg.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/debug.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/defaults.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/df.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/dfp.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/diagnostic-color.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/diagnostic-core.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/diagnostic-event-id.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/diagnostic-metadata.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/diagnostic-path.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/diagnostic-spec.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/diagnostic-url.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/diagnostic.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/diagnostic.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/digraph.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/dojump.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/dominance.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/domwalk.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/double-int.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/dump-context.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/dumpfile.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/dwarf2asm.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/dwarf2ctf.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/dwarf2out.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/edit-context.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/emit-rtl.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/errors.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/escaped_string.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/et-forest.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/except.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/explow.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/expmed.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/expr.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/fibonacci_heap.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/file-find.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/file-prefix-map.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/filenames.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/fixed-value.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/flag-types.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/flags.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/fold-const-call.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/fold-const.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/function-abi.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/function.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gcc-plugin.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gcc-rich-location.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gcc-symtab.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gcc.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gcov-counter.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gcov-io.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gcse-common.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gcse.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/generic-match.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gengtype.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/genrtl.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gensupport.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ggc-internal.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ggc.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-array-bounds.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-builder.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-expr.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-fold.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-iterator.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-low.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-match.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-predicate-analysis.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-predict.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-pretty-print.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-range-cache.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-range-edge.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-range-fold.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-range-gori.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-range-path.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-range-trace.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-range.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-ssa-evrp-analyze.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-ssa-warn-access.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-ssa-warn-restrict.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-ssa.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-streamer.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple-walk.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimple.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimplify-me.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gimplify.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/glimits.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gomp-constants.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/graph.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/graphds.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/graphite.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/graphviz.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gsstruct.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gstab.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gsyms.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gsyslimits.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gtm-builtins.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/gtype-desc.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/hard-reg-set.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/hash-map-traits.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/hash-map.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/hash-set.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/hash-table.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/hash-traits.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/hashtab.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/highlev-plugin-common.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/hooks.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/hosthooks-def.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/hosthooks.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/hw-doloop.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/hwint.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ifcvt.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/inchash.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/incpath.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/input.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/insn-addr.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/insn-attr-common.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/insn-attr.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/insn-codes.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/insn-config.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/insn-constants.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/insn-flags.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/insn-modes-inline.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/insn-modes.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/insn-notes.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/int-vector-builder.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/internal-fn.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/internal-fn.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/intl.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ipa-fnsummary.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ipa-icf-gimple.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ipa-icf.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ipa-inline.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ipa-modref-tree.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ipa-modref.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ipa-param-manipulation.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ipa-predicate.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ipa-prop.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ipa-ref.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ipa-reference.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ipa-utils.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ira-int.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ira.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/is-a.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/iterator-utils.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/json.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/langhooks-def.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/langhooks.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/lcm.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/libfuncs.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/libiberty.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/limitx.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/limity.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/line-map.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/loop-unroll.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/lower-subreg.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/lra-int.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/lra.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/lto-compress.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/lto-section-names.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/lto-streamer.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/machmode.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/machmode.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/md5.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/mem-stats-traits.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/mem-stats.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/memmodel.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/memory-block.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/mode-classes.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/mux-utils.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/objc/objc-tree.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/obstack-utils.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/obstack.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/omp-builtins.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/omp-expand.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/omp-general.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/omp-low.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/omp-offload.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/omp-simd-clone.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/opt-problem.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/opt-suggestions.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/optabs-libfuncs.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/optabs-query.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/optabs-tree.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/optabs.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/optabs.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/optinfo-emit-json.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/optinfo.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/options.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/opts-diagnostic.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/opts.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ordered-hash-map.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/output.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/pass-instances.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/pass_manager.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/passes.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/plugin-api.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/plugin-version.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/plugin.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/plugin.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/pointer-query.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/poly-int-types.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/poly-int.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/predict.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/predict.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/prefix.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/pretty-print.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/print-rtl.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/print-tree.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/profile-count.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/profile.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/range-op.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/range.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/read-md.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/read-rtl-function.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/real.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/realmpfr.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/recog.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/reg-notes.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/regcprop.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/regrename.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/regs.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/regset.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/reload.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/resource.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/rtl-error.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/rtl-iter.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/rtl-ssa.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/rtl.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/rtl.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/rtlanal.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/rtlhash.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/rtlhooks-def.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/rtx-vector-builder.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/run-rtl-passes.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/safe-ctype.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/sanitizer.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/sbitmap.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/sched-int.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/sel-sched-dump.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/sel-sched-ir.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/sel-sched.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/selftest-diagnostic.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/selftest-rtl.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/selftest.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/sese.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/shortest-paths.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/shrink-wrap.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/signop.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/sparseset.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/spellcheck-tree.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/spellcheck.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/splay-tree-utils.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/splay-tree.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/sreal.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ssa-iterators.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ssa.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/stab.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/statistics.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/stmt.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/stor-layout.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/streamer-hooks.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/stringpool.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/substring-locations.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/symbol-summary.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/symtab-clones.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/symtab-thunks.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/symtab.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/sync-builtins.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/system.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/target-def.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/target-globals.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/target-hooks-macros.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/target-insns.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/target.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/target.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/targhooks.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/timevar.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/timevar.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tm-preds.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tm.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tm_p.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/toplev.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tracer.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/trans-mem.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-affine.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-cfg.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-cfgcleanup.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-check.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-chrec.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-core.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-data-ref.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-dfa.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-diagnostic.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-dump.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-eh.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-hash-traits.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-hasher.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-if-conv.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-inline.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-into-ssa.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-iterator.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-nested.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-object-size.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-outof-ssa.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-parloops.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-pass.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-phinodes.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-pretty-print.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-scalar-evolution.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-sra.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-address.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-alias-compare.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-alias.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-ccp.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-coalesce.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-dce.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-dom.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-dse.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-live.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-loop-ivopts.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-loop-manip.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-loop-niter.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-loop.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-math-opts.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-operands.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-propagate.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-reassoc.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-sccvn.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-scopedtables.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-strlen.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-ter.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-threadedge.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa-threadupdate.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssa.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-ssanames.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-stdarg.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-streamer.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-switch-conversion.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-vector-builder.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-vectorizer.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree-vrp.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tree.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/treestruct.def
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tristate.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tsan.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/tsystem.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/typeclass.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/typed-splay-tree.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/ubsan.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/valtrack.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/value-pointer-equiv.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/value-prof.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/value-query.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/value-range-equiv.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/value-range.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/value-relation.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/varasm.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/vec-perm-indices.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/vec.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/vector-builder.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/version.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/vmsdbg.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/vr-values.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/vtable-verify.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/wide-int-bitmask.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/wide-int-print.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/wide-int.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/xcoff.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/include/xcoffout.h
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/libcc1plugin.la
-cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/${PKGVERSION}/plugin/libcp1plugin.la
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/crtbegin.o
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/crtend.o
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/crti.o
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/crtn.o
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/include-fixed/README
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/include-fixed/limits.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/include-fixed/syslimits.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/include/float.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/include/gcov.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/include/iso646.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/include/stdalign.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/include/stdarg.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/include/stdatomic.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/include/stdbool.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/include/stddef.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/include/stdfix.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/include/stdint-gcc.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/include/stdint.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/include/stdnoreturn.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/include/tgmath.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/include/unwind.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/include/varargs.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/install-tools/fixinc_list
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/install-tools/gsyslimits.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/install-tools/include/README
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/install-tools/include/limits.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/install-tools/macro_list
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/install-tools/mkheaders.conf
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/libgcc.a
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/libgcov.a
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/gtype.state
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ada/gcc-interface/ada-tree.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/addresses.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/alias.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/align.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/all-tree.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/alloc-pool.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ansidecl.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/array-traits.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/asan.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/attr-fnspec.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/attribs.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/auto-host.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/auto-profile.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/b-header-vars
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/backend.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/basic-block.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/bb-reorder.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/bitmap.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/builtin-attrs.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/builtin-types.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/builtins.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/builtins.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/bversion.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/c-family/c-common.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/c-family/c-common.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/c-family/c-objc.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/c-family/c-pragma.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/c-family/c-pretty-print.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/c-tree.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/calls.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ccmp.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/cfg-flags.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/cfg.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/cfganal.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/cfgbuild.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/cfgcleanup.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/cfgexpand.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/cfghooks.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/cfgloop.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/cfgloopmanip.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/cfgrtl.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/cgraph.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/cif-code.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/collect-utils.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/collect2-aix.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/collect2.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/color-macros.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/conditions.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/config.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/config/elfos.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/config/initfini-array.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/config/newlib-stdint.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/config/riscv/elf.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/config/riscv/riscv-opts.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/config/riscv/riscv-protos.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/config/riscv/riscv.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/configargs.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/context.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/convert.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/coretypes.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/coroutine-builtins.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/coverage.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/cp/cp-tree.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/cp/cp-tree.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/cp/cxx-pretty-print.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/cp/name-lookup.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/cp/operators.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/cp/type-utils.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/cppbuiltin.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/cppdefault.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/cpplib.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/cselib.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ctfc.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/d/d-tree.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/data-streamer.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/dbgcnt.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/dbgcnt.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/dbxout.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/dce.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ddg.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/debug.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/defaults.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/df.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/dfp.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/diagnostic-color.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/diagnostic-core.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/diagnostic-event-id.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/diagnostic-metadata.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/diagnostic-path.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/diagnostic-spec.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/diagnostic-url.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/diagnostic.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/diagnostic.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/digraph.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/dojump.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/dominance.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/domwalk.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/double-int.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/dump-context.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/dumpfile.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/dwarf2asm.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/dwarf2ctf.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/dwarf2out.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/edit-context.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/emit-rtl.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/errors.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/escaped_string.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/et-forest.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/except.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/explow.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/expmed.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/expr.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/fibonacci_heap.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/file-find.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/file-prefix-map.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/filenames.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/fixed-value.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/flag-types.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/flags.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/fold-const-call.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/fold-const.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/function-abi.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/function.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gcc-plugin.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gcc-rich-location.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gcc-symtab.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gcc.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gcov-counter.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gcov-io.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gcse-common.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gcse.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/generic-match.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gengtype.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/genrtl.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gensupport.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ggc-internal.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ggc.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-array-bounds.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-builder.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-expr.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-fold.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-iterator.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-low.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-match.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-predicate-analysis.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-predict.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-pretty-print.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-range-cache.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-range-edge.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-range-fold.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-range-gori.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-range-path.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-range-trace.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-range.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-ssa-evrp-analyze.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-ssa-warn-access.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-ssa-warn-restrict.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-ssa.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-streamer.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple-walk.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimple.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimplify-me.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gimplify.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/glimits.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gomp-constants.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/graph.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/graphds.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/graphite.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/graphviz.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gsstruct.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gstab.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gsyms.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gsyslimits.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gtm-builtins.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/gtype-desc.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/hard-reg-set.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/hash-map-traits.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/hash-map.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/hash-set.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/hash-table.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/hash-traits.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/hashtab.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/highlev-plugin-common.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/hooks.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/hosthooks-def.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/hosthooks.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/hw-doloop.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/hwint.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ifcvt.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/inchash.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/incpath.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/input.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/insn-addr.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/insn-attr-common.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/insn-attr.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/insn-codes.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/insn-config.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/insn-constants.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/insn-flags.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/insn-modes-inline.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/insn-modes.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/insn-notes.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/int-vector-builder.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/internal-fn.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/internal-fn.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/intl.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ipa-fnsummary.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ipa-icf-gimple.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ipa-icf.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ipa-inline.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ipa-modref-tree.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ipa-modref.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ipa-param-manipulation.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ipa-predicate.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ipa-prop.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ipa-ref.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ipa-reference.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ipa-utils.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ira-int.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ira.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/is-a.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/iterator-utils.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/json.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/langhooks-def.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/langhooks.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/lcm.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/libfuncs.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/libiberty.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/limitx.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/limity.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/line-map.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/loop-unroll.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/lower-subreg.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/lra-int.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/lra.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/lto-compress.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/lto-section-names.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/lto-streamer.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/machmode.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/machmode.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/md5.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/mem-stats-traits.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/mem-stats.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/memmodel.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/memory-block.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/mode-classes.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/mux-utils.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/objc/objc-tree.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/obstack-utils.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/obstack.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/omp-builtins.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/omp-expand.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/omp-general.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/omp-low.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/omp-offload.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/omp-simd-clone.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/opt-problem.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/opt-suggestions.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/optabs-libfuncs.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/optabs-query.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/optabs-tree.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/optabs.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/optabs.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/optinfo-emit-json.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/optinfo.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/options.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/opts-diagnostic.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/opts.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ordered-hash-map.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/output.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/pass-instances.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/pass_manager.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/passes.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/plugin-api.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/plugin-version.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/plugin.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/plugin.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/pointer-query.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/poly-int-types.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/poly-int.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/predict.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/predict.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/prefix.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/pretty-print.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/print-rtl.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/print-tree.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/profile-count.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/profile.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/range-op.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/range.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/read-md.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/read-rtl-function.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/real.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/realmpfr.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/recog.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/reg-notes.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/regcprop.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/regrename.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/regs.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/regset.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/reload.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/resource.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/rtl-error.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/rtl-iter.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/rtl-ssa.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/rtl.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/rtl.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/rtlanal.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/rtlhash.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/rtlhooks-def.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/rtx-vector-builder.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/run-rtl-passes.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/safe-ctype.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/sanitizer.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/sbitmap.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/sched-int.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/sel-sched-dump.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/sel-sched-ir.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/sel-sched.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/selftest-diagnostic.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/selftest-rtl.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/selftest.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/sese.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/shortest-paths.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/shrink-wrap.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/signop.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/sparseset.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/spellcheck-tree.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/spellcheck.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/splay-tree-utils.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/splay-tree.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/sreal.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ssa-iterators.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ssa.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/stab.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/statistics.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/stmt.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/stor-layout.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/streamer-hooks.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/stringpool.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/substring-locations.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/symbol-summary.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/symtab-clones.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/symtab-thunks.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/symtab.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/sync-builtins.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/system.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/target-def.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/target-globals.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/target-hooks-macros.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/target-insns.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/target.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/target.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/targhooks.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/timevar.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/timevar.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tm-preds.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tm.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tm_p.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/toplev.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tracer.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/trans-mem.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-affine.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-cfg.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-cfgcleanup.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-check.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-chrec.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-core.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-data-ref.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-dfa.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-diagnostic.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-dump.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-eh.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-hash-traits.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-hasher.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-if-conv.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-inline.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-into-ssa.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-iterator.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-nested.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-object-size.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-outof-ssa.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-parloops.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-pass.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-phinodes.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-pretty-print.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-scalar-evolution.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-sra.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-address.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-alias-compare.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-alias.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-ccp.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-coalesce.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-dce.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-dom.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-dse.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-live.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-loop-ivopts.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-loop-manip.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-loop-niter.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-loop.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-math-opts.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-operands.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-propagate.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-reassoc.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-sccvn.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-scopedtables.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-strlen.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-ter.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-threadedge.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa-threadupdate.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssa.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-ssanames.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-stdarg.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-streamer.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-switch-conversion.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-vector-builder.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-vectorizer.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree-vrp.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tree.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/treestruct.def
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tristate.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tsan.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/tsystem.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/typeclass.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/typed-splay-tree.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/ubsan.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/valtrack.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/value-pointer-equiv.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/value-prof.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/value-query.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/value-range-equiv.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/value-range.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/value-relation.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/varasm.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/vec-perm-indices.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/vec.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/vector-builder.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/version.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/vmsdbg.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/vr-values.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/vtable-verify.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/wide-int-bitmask.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/wide-int-print.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/wide-int.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/xcoff.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/include/xcoffout.h
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/libcc1plugin.la
+cross-riscv64-none-elf/lib/gcc/riscv64-none-elf/12/plugin/libcp1plugin.la
 cross-riscv64-none-elf/lib/libcc1.la
-cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/${PKGVERSION}/cc1
-cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/${PKGVERSION}/cc1plus
-cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/${PKGVERSION}/collect2
-cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/${PKGVERSION}/g++-mapper-server
-cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/${PKGVERSION}/install-tools/fixinc.sh
-cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/${PKGVERSION}/install-tools/fixincl
-cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/${PKGVERSION}/install-tools/mkheaders
-cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/${PKGVERSION}/install-tools/mkinstalldirs
-cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/${PKGVERSION}/liblto_plugin.la
-cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/${PKGVERSION}/lto-wrapper
-cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/${PKGVERSION}/lto1
-cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/${PKGVERSION}/plugin/gengtype
+cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/12/cc1
+cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/12/cc1plus
+cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/12/collect2
+cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/12/g++-mapper-server
+cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/12/install-tools/fixinc.sh
+cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/12/install-tools/fixincl
+cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/12/install-tools/mkheaders
+cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/12/install-tools/mkinstalldirs
+cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/12/liblto_plugin.la
+cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/12/lto-wrapper
+cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/12/lto1
+cross-riscv64-none-elf/libexec/gcc/riscv64-none-elf/12/plugin/gengtype
 cross-riscv64-none-elf/man/man1/riscv64-none-elf-cpp.1
 cross-riscv64-none-elf/man/man1/riscv64-none-elf-g++.1
 cross-riscv64-none-elf/man/man1/riscv64-none-elf-gcc.1
@@ -529,807 +530,807 @@ cross-riscv64-none-elf/riscv64-none-elf/include/alloca.h
 cross-riscv64-none-elf/riscv64-none-elf/include/ar.h
 cross-riscv64-none-elf/riscv64-none-elf/include/argz.h
 cross-riscv64-none-elf/riscv64-none-elf/include/assert.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/algorithm
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/any
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/array
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/atomic
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/backward/auto_ptr.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/backward/backward_warning.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/backward/binders.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/backward/hash_fun.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/backward/hash_map
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/backward/hash_set
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/backward/hashtable.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/backward/strstream
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/barrier
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bit
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/algorithmfwd.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/align.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/alloc_traits.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/allocated_ptr.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/allocator.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/atomic_base.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/atomic_futex.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/atomic_lockfree_defines.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/atomic_timed_wait.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/atomic_wait.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/basic_ios.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/basic_ios.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/basic_string.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/basic_string.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/boost_concept_check.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/c++0x_warning.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/char_traits.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/charconv.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/chrono.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/codecvt.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/concept_check.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/cow_string.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/cpp_type_traits.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/cxxabi_forced.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/cxxabi_init_exception.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/deque.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/enable_special_members.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/erase_if.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/exception.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/exception_defines.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/exception_ptr.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/forward_list.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/forward_list.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/fs_dir.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/fs_fwd.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/fs_ops.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/fs_path.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/fstream.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/functexcept.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/functional_hash.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/gslice.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/gslice_array.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/hash_bytes.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/hashtable.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/hashtable_policy.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/indirect_array.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/invoke.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/ios_base.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/istream.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/iterator_concepts.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/list.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/locale_classes.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/locale_classes.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/locale_conv.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/locale_facets.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/locale_facets.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/locale_facets_nonio.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/locale_facets_nonio.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/localefwd.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/mask_array.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/max_size_type.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/memoryfwd.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/mofunc_impl.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/move.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/move_only_function.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/nested_exception.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/new_allocator.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/node_handle.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/ostream.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/ostream_insert.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/parse_numbers.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/postypes.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/predefined_ops.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/ptr_traits.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/quoted_string.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/random.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/random.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/range_access.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/ranges_algo.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/ranges_algobase.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/ranges_base.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/ranges_cmp.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/ranges_uninitialized.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/ranges_util.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/refwrap.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/regex.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/regex.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/regex_automaton.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/regex_automaton.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/regex_compiler.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/regex_compiler.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/regex_constants.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/regex_error.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/regex_executor.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/regex_executor.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/regex_scanner.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/regex_scanner.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/semaphore_base.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/shared_ptr.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/shared_ptr_atomic.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/shared_ptr_base.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/slice_array.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/specfun.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/sstream.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/std_abs.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/std_function.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/std_mutex.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/std_thread.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_algo.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_algobase.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_bvector.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_construct.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_deque.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_function.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_heap.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_iterator.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_iterator_base_funcs.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_iterator_base_types.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_list.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_map.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_multimap.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_multiset.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_numeric.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_pair.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_queue.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_raw_storage_iter.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_relops.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_set.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_stack.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_tempbuf.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_tree.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_uninitialized.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stl_vector.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stream_iterator.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/streambuf.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/streambuf_iterator.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/string_view.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/stringfwd.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/this_thread_sleep.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/uniform_int_dist.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/unique_lock.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/unique_ptr.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/unordered_map.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/unordered_set.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/uses_allocator.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/uses_allocator_args.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/utility.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/valarray_after.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/valarray_array.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/valarray_array.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/valarray_before.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bits/vector.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/bitset
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/cassert
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ccomplex
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/cctype
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/cerrno
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/cfenv
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/cfloat
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/charconv
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/chrono
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/cinttypes
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ciso646
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/climits
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/clocale
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/cmath
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/codecvt
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/compare
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/complex
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/complex.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/concepts
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/condition_variable
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/coroutine
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/csetjmp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/csignal
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/cstdalign
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/cstdarg
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/cstdbool
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/cstddef
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/cstdint
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/cstdio
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/cstdlib
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/cstring
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ctgmath
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ctime
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/cuchar
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/cwchar
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/cwctype
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/cxxabi.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/assertions.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/bitset
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/debug.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/deque
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/formatter.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/forward_list
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/functions.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/helper_functions.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/list
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/macros.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/map
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/map.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/multimap.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/multiset.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/safe_base.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/safe_container.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/safe_iterator.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/safe_iterator.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/safe_local_iterator.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/safe_local_iterator.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/safe_sequence.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/safe_sequence.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/safe_unordered_base.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/safe_unordered_container.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/safe_unordered_container.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/set
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/set.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/stl_iterator.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/string
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/unordered_map
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/unordered_set
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/debug/vector
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/decimal/decimal
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/decimal/decimal.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/deque
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/exception
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/execution
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/expected
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/algorithm
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/any
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/array
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/bits/lfts_config.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/bits/net.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/bits/numeric_traits.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/bits/shared_ptr.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/bits/simd.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/bits/simd_builtin.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/bits/simd_converter.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/bits/simd_detail.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/bits/simd_fixed_size.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/bits/simd_math.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/bits/simd_neon.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/bits/simd_ppc.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/bits/simd_scalar.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/bits/simd_x86.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/bits/simd_x86_conversions.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/bits/string_view.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/buffer
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/chrono
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/deque
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/executor
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/forward_list
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/functional
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/internet
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/io_context
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/iterator
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/list
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/map
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/memory
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/memory_resource
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/net
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/netfwd
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/numeric
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/optional
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/propagate_const
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/random
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/ratio
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/regex
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/set
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/simd
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/socket
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/source_location
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/string
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/string_view
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/system_error
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/timer
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/tuple
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/type_traits
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/unordered_map
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/unordered_set
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/utility
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/experimental/vector
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/algorithm
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/aligned_buffer.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/alloc_traits.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/atomicity.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/bitmap_allocator.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/cast.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/cmath
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/codecvt_specializations.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/concurrence.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/debug_allocator.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/enc_filebuf.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/extptr_allocator.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/functional
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/hash_map
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/hash_set
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/iterator
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/malloc_allocator.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/memory
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/mt_allocator.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/new_allocator.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/numeric
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/numeric_traits.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/assoc_container.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/traits.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/branch_policy/branch_policy.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/branch_policy/traits.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cond_dealtor.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/container_base_dispatch.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/debug_map_base.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/traits.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/traits.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/node.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/traits.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/node.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/traits.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/standard_policies.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/tree_trace_base.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/type_utils.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/types_traits.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/unordered_iterator/iterator.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/exception.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/hash_policy.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/list_update_policy.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/priority_queue.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/tag_and_trait.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/tree_policy.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pb_ds/trie_policy.hpp
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pod_char_traits.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pointer.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/pool_allocator.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/random
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/random.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/rb_tree
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/rc_string_base.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/rope
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/ropeimpl.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/slist
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/sso_string_base.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/stdio_filebuf.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/stdio_sync_filebuf.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/string_conversions.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/throw_allocator.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/type_traits.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/typelist.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/vstring.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/vstring.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/vstring_fwd.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ext/vstring_util.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/fenv.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/filesystem
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/forward_list
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/fstream
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/functional
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/future
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/initializer_list
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/iomanip
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ios
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/iosfwd
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/iostream
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/istream
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/iterator
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/latch
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/limits
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/list
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/locale
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/map
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/math.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/memory
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/memory_resource
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/mutex
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/new
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/numbers
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/numeric
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/optional
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ostream
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/algo.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/algobase.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/algorithm
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/algorithmfwd.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/balanced_quicksort.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/base.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/basic_iterator.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/checkers.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/compatibility.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/compiletime_settings.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/equally_split.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/features.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/find.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/find_selectors.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/for_each.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/for_each_selectors.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/iterator.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/list_partition.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/losertree.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/merge.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/multiseq_selection.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/multiway_merge.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/multiway_mergesort.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/numeric
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/numericfwd.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/omp_loop.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/omp_loop_static.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/par_loop.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/parallel.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/partial_sum.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/partition.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/queue.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/quicksort.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/random_number.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/random_shuffle.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/search.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/set_operations.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/settings.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/sort.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/tags.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/types.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/unique_copy.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/parallel/workstealing.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/pstl/algorithm_fwd.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/pstl/algorithm_impl.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/pstl/execution_defs.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/pstl/execution_impl.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/pstl/glue_algorithm_defs.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/pstl/glue_algorithm_impl.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/pstl/glue_execution_defs.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/pstl/glue_memory_defs.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/pstl/glue_memory_impl.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/pstl/glue_numeric_defs.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/pstl/glue_numeric_impl.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/pstl/memory_impl.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/pstl/numeric_fwd.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/pstl/numeric_impl.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/pstl/parallel_backend.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/pstl/parallel_backend_serial.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/pstl/parallel_backend_tbb.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/pstl/parallel_backend_utils.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/pstl/parallel_impl.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/pstl/pstl_config.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/pstl/unseq_backend_simd.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/pstl/utils.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/queue
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/random
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ranges
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/ratio
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/regex
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/bits/atomic_word.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/bits/basic_file.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/bits/c++allocator.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/bits/c++config.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/bits/c++io.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/bits/c++locale.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/bits/cpu_defines.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/bits/ctype_base.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/bits/ctype_inline.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/bits/cxxabi_tweaks.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/bits/error_constants.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/bits/extc++.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/bits/gthr-default.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/bits/gthr-posix.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/bits/gthr-single.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/bits/gthr.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/bits/messages_members.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/bits/opt_random.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/bits/os_defines.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/bits/stdc++.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/bits/stdtr1c++.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/bits/time_members.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/riscv64-none-elf/ext/opt_random.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/scoped_allocator
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/semaphore
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/set
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/shared_mutex
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/source_location
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/span
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/spanstream
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/sstream
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/stack
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/stacktrace
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/stdatomic.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/stdexcept
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/stdlib.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/stop_token
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/streambuf
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/string
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/string_view
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/syncstream
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/system_error
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tgmath.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/thread
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/array
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/bessel_function.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/beta_function.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/ccomplex
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/cctype
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/cfenv
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/cfloat
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/cinttypes
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/climits
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/cmath
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/complex
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/complex.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/cstdarg
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/cstdbool
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/cstdint
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/cstdio
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/cstdlib
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/ctgmath
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/ctime
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/ctype.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/cwchar
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/cwctype
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/ell_integral.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/exp_integral.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/fenv.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/float.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/functional
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/functional_hash.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/gamma.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/hashtable.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/hashtable_policy.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/hypergeometric.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/inttypes.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/legendre_function.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/limits.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/math.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/memory
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/modified_bessel_func.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/poly_hermite.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/poly_laguerre.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/random
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/random.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/random.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/regex
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/riemann_zeta.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/shared_ptr.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/special_function_util.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/stdarg.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/stdbool.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/stdint.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/stdio.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/stdlib.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/tgmath.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/tuple
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/type_traits
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/unordered_map
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/unordered_map.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/unordered_set
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/unordered_set.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/utility
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/wchar.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr1/wctype.h
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr2/bool_set
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr2/bool_set.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr2/dynamic_bitset
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr2/dynamic_bitset.tcc
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr2/ratio
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tr2/type_traits
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/tuple
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/type_traits
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/typeindex
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/typeinfo
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/unordered_map
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/unordered_set
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/utility
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/valarray
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/variant
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/vector
-cross-riscv64-none-elf/riscv64-none-elf/include/c++/${PKGVERSION}/version
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/algorithm
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/any
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/array
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/atomic
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/backward/auto_ptr.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/backward/backward_warning.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/backward/binders.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/backward/hash_fun.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/backward/hash_map
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/backward/hash_set
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/backward/hashtable.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/backward/strstream
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/barrier
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bit
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/algorithmfwd.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/align.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/alloc_traits.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/allocated_ptr.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/allocator.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/atomic_base.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/atomic_futex.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/atomic_lockfree_defines.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/atomic_timed_wait.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/atomic_wait.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/basic_ios.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/basic_ios.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/basic_string.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/basic_string.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/boost_concept_check.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/c++0x_warning.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/char_traits.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/charconv.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/chrono.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/codecvt.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/concept_check.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/cow_string.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/cpp_type_traits.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/cxxabi_forced.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/cxxabi_init_exception.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/deque.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/enable_special_members.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/erase_if.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/exception.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/exception_defines.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/exception_ptr.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/forward_list.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/forward_list.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/fs_dir.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/fs_fwd.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/fs_ops.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/fs_path.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/fstream.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/functexcept.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/functional_hash.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/gslice.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/gslice_array.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/hash_bytes.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/hashtable.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/hashtable_policy.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/indirect_array.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/invoke.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/ios_base.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/istream.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/iterator_concepts.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/list.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/locale_classes.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/locale_classes.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/locale_conv.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/locale_facets.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/locale_facets.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/locale_facets_nonio.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/locale_facets_nonio.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/localefwd.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/mask_array.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/max_size_type.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/memoryfwd.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/mofunc_impl.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/move.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/move_only_function.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/nested_exception.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/new_allocator.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/node_handle.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/ostream.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/ostream_insert.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/parse_numbers.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/postypes.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/predefined_ops.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/ptr_traits.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/quoted_string.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/random.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/random.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/range_access.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/ranges_algo.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/ranges_algobase.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/ranges_base.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/ranges_cmp.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/ranges_uninitialized.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/ranges_util.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/refwrap.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/regex.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/regex.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/regex_automaton.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/regex_automaton.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/regex_compiler.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/regex_compiler.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/regex_constants.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/regex_error.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/regex_executor.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/regex_executor.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/regex_scanner.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/regex_scanner.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/semaphore_base.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/shared_ptr.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/shared_ptr_atomic.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/shared_ptr_base.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/slice_array.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/specfun.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/sstream.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/std_abs.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/std_function.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/std_mutex.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/std_thread.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_algo.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_algobase.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_bvector.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_construct.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_deque.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_function.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_heap.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_iterator.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_iterator_base_funcs.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_iterator_base_types.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_list.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_map.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_multimap.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_multiset.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_numeric.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_pair.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_queue.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_raw_storage_iter.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_relops.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_set.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_stack.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_tempbuf.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_tree.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_uninitialized.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stl_vector.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stream_iterator.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/streambuf.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/streambuf_iterator.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/string_view.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/stringfwd.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/this_thread_sleep.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/uniform_int_dist.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/unique_lock.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/unique_ptr.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/unordered_map.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/unordered_set.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/uses_allocator.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/uses_allocator_args.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/utility.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/valarray_after.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/valarray_array.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/valarray_array.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/valarray_before.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bits/vector.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/bitset
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/cassert
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ccomplex
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/cctype
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/cerrno
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/cfenv
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/cfloat
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/charconv
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/chrono
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/cinttypes
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ciso646
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/climits
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/clocale
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/cmath
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/codecvt
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/compare
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/complex
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/complex.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/concepts
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/condition_variable
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/coroutine
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/csetjmp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/csignal
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/cstdalign
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/cstdarg
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/cstdbool
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/cstddef
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/cstdint
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/cstdio
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/cstdlib
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/cstring
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ctgmath
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ctime
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/cuchar
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/cwchar
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/cwctype
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/cxxabi.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/assertions.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/bitset
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/debug.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/deque
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/formatter.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/forward_list
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/functions.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/helper_functions.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/list
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/macros.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/map
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/map.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/multimap.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/multiset.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/safe_base.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/safe_container.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/safe_iterator.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/safe_iterator.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/safe_local_iterator.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/safe_local_iterator.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/safe_sequence.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/safe_sequence.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/safe_unordered_base.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/safe_unordered_container.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/safe_unordered_container.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/set
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/set.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/stl_iterator.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/string
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/unordered_map
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/unordered_set
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/debug/vector
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/decimal/decimal
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/decimal/decimal.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/deque
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/exception
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/execution
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/expected
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/algorithm
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/any
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/array
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/bits/lfts_config.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/bits/net.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/bits/numeric_traits.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/bits/shared_ptr.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/bits/simd.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/bits/simd_builtin.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/bits/simd_converter.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/bits/simd_detail.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/bits/simd_fixed_size.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/bits/simd_math.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/bits/simd_neon.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/bits/simd_ppc.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/bits/simd_scalar.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/bits/simd_x86.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/bits/simd_x86_conversions.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/bits/string_view.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/buffer
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/chrono
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/deque
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/executor
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/forward_list
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/functional
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/internet
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/io_context
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/iterator
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/list
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/map
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/memory
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/memory_resource
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/net
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/netfwd
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/numeric
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/optional
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/propagate_const
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/random
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/ratio
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/regex
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/set
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/simd
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/socket
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/source_location
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/string
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/string_view
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/system_error
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/timer
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/tuple
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/type_traits
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/unordered_map
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/unordered_set
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/utility
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/experimental/vector
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/algorithm
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/aligned_buffer.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/alloc_traits.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/atomicity.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/bitmap_allocator.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/cast.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/cmath
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/codecvt_specializations.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/concurrence.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/debug_allocator.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/enc_filebuf.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/extptr_allocator.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/functional
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/hash_map
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/hash_set
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/iterator
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/malloc_allocator.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/memory
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/mt_allocator.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/new_allocator.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/numeric
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/numeric_traits.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/assoc_container.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/bin_search_tree_/traits.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/branch_policy/branch_policy.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/branch_policy/traits.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/cond_dealtor.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/container_base_dispatch.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/debug_map_base.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/ov_tree_map_/traits.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pat_trie_/traits.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/rb_tree_map_/node.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/rb_tree_map_/traits.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/splay_tree_/node.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/splay_tree_/traits.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/standard_policies.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/tree_trace_base.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/type_utils.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/types_traits.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/unordered_iterator/iterator.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/exception.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/hash_policy.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/list_update_policy.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/priority_queue.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/tag_and_trait.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/tree_policy.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pb_ds/trie_policy.hpp
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pod_char_traits.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pointer.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/pool_allocator.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/random
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/random.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/rb_tree
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/rc_string_base.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/rope
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/ropeimpl.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/slist
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/sso_string_base.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/stdio_filebuf.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/stdio_sync_filebuf.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/string_conversions.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/throw_allocator.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/type_traits.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/typelist.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/vstring.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/vstring.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/vstring_fwd.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ext/vstring_util.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/fenv.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/filesystem
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/forward_list
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/fstream
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/functional
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/future
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/initializer_list
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/iomanip
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ios
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/iosfwd
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/iostream
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/istream
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/iterator
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/latch
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/limits
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/list
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/locale
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/map
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/math.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/memory
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/memory_resource
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/mutex
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/new
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/numbers
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/numeric
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/optional
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ostream
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/algo.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/algobase.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/algorithm
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/algorithmfwd.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/balanced_quicksort.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/base.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/basic_iterator.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/checkers.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/compatibility.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/compiletime_settings.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/equally_split.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/features.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/find.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/find_selectors.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/for_each.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/for_each_selectors.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/iterator.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/list_partition.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/losertree.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/merge.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/multiseq_selection.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/multiway_merge.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/multiway_mergesort.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/numeric
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/numericfwd.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/omp_loop.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/omp_loop_static.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/par_loop.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/parallel.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/partial_sum.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/partition.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/queue.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/quicksort.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/random_number.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/random_shuffle.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/search.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/set_operations.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/settings.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/sort.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/tags.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/types.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/unique_copy.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/parallel/workstealing.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/pstl/algorithm_fwd.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/pstl/algorithm_impl.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/pstl/execution_defs.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/pstl/execution_impl.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/pstl/glue_algorithm_defs.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/pstl/glue_algorithm_impl.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/pstl/glue_execution_defs.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/pstl/glue_memory_defs.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/pstl/glue_memory_impl.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/pstl/glue_numeric_defs.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/pstl/glue_numeric_impl.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/pstl/memory_impl.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/pstl/numeric_fwd.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/pstl/numeric_impl.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/pstl/parallel_backend.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/pstl/parallel_backend_serial.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/pstl/parallel_backend_tbb.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/pstl/parallel_backend_utils.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/pstl/parallel_impl.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/pstl/pstl_config.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/pstl/unseq_backend_simd.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/pstl/utils.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/queue
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/random
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ranges
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/ratio
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/regex
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/bits/atomic_word.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/bits/basic_file.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/bits/c++allocator.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/bits/c++config.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/bits/c++io.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/bits/c++locale.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/bits/cpu_defines.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/bits/ctype_base.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/bits/ctype_inline.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/bits/cxxabi_tweaks.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/bits/error_constants.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/bits/extc++.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/bits/gthr-default.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/bits/gthr-posix.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/bits/gthr-single.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/bits/gthr.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/bits/messages_members.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/bits/opt_random.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/bits/os_defines.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/bits/stdc++.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/bits/stdtr1c++.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/bits/time_members.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/riscv64-none-elf/ext/opt_random.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/scoped_allocator
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/semaphore
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/set
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/shared_mutex
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/source_location
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/span
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/spanstream
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/sstream
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/stack
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/stacktrace
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/stdatomic.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/stdexcept
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/stdlib.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/stop_token
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/streambuf
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/string
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/string_view
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/syncstream
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/system_error
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tgmath.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/thread
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/array
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/bessel_function.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/beta_function.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/ccomplex
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/cctype
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/cfenv
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/cfloat
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/cinttypes
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/climits
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/cmath
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/complex
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/complex.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/cstdarg
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/cstdbool
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/cstdint
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/cstdio
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/cstdlib
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/ctgmath
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/ctime
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/ctype.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/cwchar
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/cwctype
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/ell_integral.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/exp_integral.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/fenv.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/float.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/functional
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/functional_hash.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/gamma.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/hashtable.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/hashtable_policy.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/hypergeometric.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/inttypes.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/legendre_function.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/limits.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/math.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/memory
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/modified_bessel_func.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/poly_hermite.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/poly_laguerre.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/random
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/random.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/random.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/regex
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/riemann_zeta.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/shared_ptr.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/special_function_util.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/stdarg.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/stdbool.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/stdint.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/stdio.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/stdlib.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/tgmath.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/tuple
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/type_traits
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/unordered_map
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/unordered_map.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/unordered_set
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/unordered_set.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/utility
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/wchar.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr1/wctype.h
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr2/bool_set
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr2/bool_set.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr2/dynamic_bitset
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr2/dynamic_bitset.tcc
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr2/ratio
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tr2/type_traits
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/tuple
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/type_traits
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/typeindex
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/typeinfo
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/unordered_map
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/unordered_set
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/utility
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/valarray
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/variant
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/vector
+cross-riscv64-none-elf/riscv64-none-elf/include/c++/12/version
 cross-riscv64-none-elf/riscv64-none-elf/include/complex.h
 cross-riscv64-none-elf/riscv64-none-elf/include/cpio.h
 cross-riscv64-none-elf/riscv64-none-elf/include/ctype.h
@@ -1472,11 +1473,51 @@ cross-riscv64-none-elf/riscv64-none-elf/lib/nano.specs
 cross-riscv64-none-elf/riscv64-none-elf/lib/nosys.specs
 cross-riscv64-none-elf/riscv64-none-elf/lib/semihost.specs
 cross-riscv64-none-elf/riscv64-none-elf/lib/sim.specs
-cross-riscv64-none-elf/riscv64-none-elf/lib/stqjgBdc
-cross-riscv64-none-elf/share/gcc-${PKGVERSION}/python/libstdcxx/__init__.py
-cross-riscv64-none-elf/share/gcc-${PKGVERSION}/python/libstdcxx/v6/__init__.py
-cross-riscv64-none-elf/share/gcc-${PKGVERSION}/python/libstdcxx/v6/printers.py
-cross-riscv64-none-elf/share/gcc-${PKGVERSION}/python/libstdcxx/v6/xmethods.py
+cross-riscv64-none-elf/riscv64-none-elf/lib/stVwmKSD
+cross-riscv64-none-elf/share/gcc-12/python/libstdcxx/__init__.py
+cross-riscv64-none-elf/share/gcc-12/python/libstdcxx/v6/__init__.py
+cross-riscv64-none-elf/share/gcc-12/python/libstdcxx/v6/printers.py
+cross-riscv64-none-elf/share/gcc-12/python/libstdcxx/v6/xmethods.py
+cross-riscv64-none-elf/share/locale/be/LC_MESSAGES/cpplib.mo
+cross-riscv64-none-elf/share/locale/be/LC_MESSAGES/gcc.mo
+cross-riscv64-none-elf/share/locale/ca/LC_MESSAGES/cpplib.mo
+cross-riscv64-none-elf/share/locale/da/LC_MESSAGES/cpplib.mo
+cross-riscv64-none-elf/share/locale/da/LC_MESSAGES/gcc.mo
+cross-riscv64-none-elf/share/locale/de/LC_MESSAGES/cpplib.mo
+cross-riscv64-none-elf/share/locale/de/LC_MESSAGES/gcc.mo
+cross-riscv64-none-elf/share/locale/el/LC_MESSAGES/cpplib.mo
+cross-riscv64-none-elf/share/locale/el/LC_MESSAGES/gcc.mo
+cross-riscv64-none-elf/share/locale/eo/LC_MESSAGES/cpplib.mo
+cross-riscv64-none-elf/share/locale/es/LC_MESSAGES/cpplib.mo
+cross-riscv64-none-elf/share/locale/es/LC_MESSAGES/gcc.mo
+cross-riscv64-none-elf/share/locale/fi/LC_MESSAGES/cpplib.mo
+cross-riscv64-none-elf/share/locale/fi/LC_MESSAGES/gcc.mo
+cross-riscv64-none-elf/share/locale/fr/LC_MESSAGES/cpplib.mo
+cross-riscv64-none-elf/share/locale/fr/LC_MESSAGES/gcc.mo
+cross-riscv64-none-elf/share/locale/hr/LC_MESSAGES/gcc.mo
+cross-riscv64-none-elf/share/locale/id/LC_MESSAGES/cpplib.mo
+cross-riscv64-none-elf/share/locale/id/LC_MESSAGES/gcc.mo
+cross-riscv64-none-elf/share/locale/ja/LC_MESSAGES/cpplib.mo
+cross-riscv64-none-elf/share/locale/ja/LC_MESSAGES/gcc.mo
+cross-riscv64-none-elf/share/locale/nl/LC_MESSAGES/cpplib.mo
+cross-riscv64-none-elf/share/locale/nl/LC_MESSAGES/gcc.mo
+cross-riscv64-none-elf/share/locale/pt_BR/LC_MESSAGES/cpplib.mo
+cross-riscv64-none-elf/share/locale/ru/LC_MESSAGES/cpplib.mo
+cross-riscv64-none-elf/share/locale/ru/LC_MESSAGES/gcc.mo
+cross-riscv64-none-elf/share/locale/sr/LC_MESSAGES/cpplib.mo
+cross-riscv64-none-elf/share/locale/sr/LC_MESSAGES/gcc.mo
+cross-riscv64-none-elf/share/locale/sv/LC_MESSAGES/cpplib.mo
+cross-riscv64-none-elf/share/locale/sv/LC_MESSAGES/gcc.mo
+cross-riscv64-none-elf/share/locale/tr/LC_MESSAGES/cpplib.mo
+cross-riscv64-none-elf/share/locale/tr/LC_MESSAGES/gcc.mo
+cross-riscv64-none-elf/share/locale/uk/LC_MESSAGES/cpplib.mo
+cross-riscv64-none-elf/share/locale/uk/LC_MESSAGES/gcc.mo
+cross-riscv64-none-elf/share/locale/vi/LC_MESSAGES/cpplib.mo
+cross-riscv64-none-elf/share/locale/vi/LC_MESSAGES/gcc.mo
+cross-riscv64-none-elf/share/locale/zh_CN/LC_MESSAGES/cpplib.mo
+cross-riscv64-none-elf/share/locale/zh_CN/LC_MESSAGES/gcc.mo
+cross-riscv64-none-elf/share/locale/zh_TW/LC_MESSAGES/cpplib.mo
+cross-riscv64-none-elf/share/locale/zh_TW/LC_MESSAGES/gcc.mo
 @pkgdir cross-riscv64-none-elf/riscv64-none-elf/include/rpc
 @pkgdir cross-riscv64-none-elf/riscv64-none-elf/include/bits
 @pkgdir cross-riscv64-none-elf/include



Home | Main Index | Thread Index | Old Index