From 89671bf23652d2d8252ea2f369e9b2d1e8a127dc Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Thu, 9 Mar 2023 22:23:53 -0800 Subject: [PATCH] [gcc] Move a patch to the bundled experimental patches As mentioned in #1908, we should have patches that are experimental under the CT_EXPERIMENTAL option. This an experimental patch to gcc: https://gcc.gnu.org/pipermail/gcc-patches/2022-August/600452.html And since it may affect production toolchains, we should move this patch to the experimental bundled patches introduced in the previous commit. Signed-off-by: Bryan Hundven --- ...01-picolibc-Add-custom-spec-file-fragments-for-using-pi.patch} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/gcc/12.2.0/{0009-picolibc-Add-custom-spec-file-fragments-for-using-pi.patch => experimental/0001-picolibc-Add-custom-spec-file-fragments-for-using-pi.patch} (100%) diff --git a/packages/gcc/12.2.0/0009-picolibc-Add-custom-spec-file-fragments-for-using-pi.patch b/packages/gcc/12.2.0/experimental/0001-picolibc-Add-custom-spec-file-fragments-for-using-pi.patch similarity index 100% rename from packages/gcc/12.2.0/0009-picolibc-Add-custom-spec-file-fragments-for-using-pi.patch rename to packages/gcc/12.2.0/experimental/0001-picolibc-Add-custom-spec-file-fragments-for-using-pi.patch