From 41f5d4905351f33b6119d01a076a8de2ba9d4982 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Fri, 28 Jul 2023 09:00:19 +1200 Subject: [PATCH] gcc: Add 13.2.0 https://gcc.gnu.org/pipermail/gcc-announce/2023/000179.html https://gcc.gnu.org/gcc-13/changes.html Add the new version and regenerate the patches. Signed-off-by: Chris Packham --- packages/gcc/13.1.0/chksum | 8 -------- .../0000-libtool-leave-framework-alone.patch | 0 .../0001-gcc-plugin-POSIX-include-sys-select-h.patch | 0 .../{13.1.0 => 13.2.0}/0002-arm-softfloat-libgcc.patch | 0 .../0003-libgcc-disable-split-stack-nothreads.patch | 0 .../0004-Remove-use-of-include_next-from-c-headers.patch | 0 ...-Allow-default-libc-to-be-specified-to-configure.patch | 0 ...er-Extend-getenv-function-to-allow-default-value.patch | 2 +- ...newlib-and-picolibc-as-default-C-library-choices.patch | 0 .../0008-Support-picolibc-targets.patch | 0 .../0009-gcc-Allow-g-to-work-differently-from-gcc.patch | 0 .../0010-RISC-V-fix-build-issue-with-gcc-4.9.x.patch | 0 packages/gcc/13.2.0/chksum | 8 ++++++++ ...libc-Add-custom-spec-file-fragments-for-using-pi.patch | 0 packages/gcc/{13.1.0 => 13.2.0}/version.desc | 0 15 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 packages/gcc/13.1.0/chksum rename packages/gcc/{13.1.0 => 13.2.0}/0000-libtool-leave-framework-alone.patch (100%) rename packages/gcc/{13.1.0 => 13.2.0}/0001-gcc-plugin-POSIX-include-sys-select-h.patch (100%) rename packages/gcc/{13.1.0 => 13.2.0}/0002-arm-softfloat-libgcc.patch (100%) rename packages/gcc/{13.1.0 => 13.2.0}/0003-libgcc-disable-split-stack-nothreads.patch (100%) rename packages/gcc/{13.1.0 => 13.2.0}/0004-Remove-use-of-include_next-from-c-headers.patch (100%) rename packages/gcc/{13.1.0 => 13.2.0}/0005-Allow-default-libc-to-be-specified-to-configure.patch (100%) rename packages/gcc/{13.1.0 => 13.2.0}/0006-driver-Extend-getenv-function-to-allow-default-value.patch (99%) rename packages/gcc/{13.1.0 => 13.2.0}/0007-Add-newlib-and-picolibc-as-default-C-library-choices.patch (100%) rename packages/gcc/{13.1.0 => 13.2.0}/0008-Support-picolibc-targets.patch (100%) rename packages/gcc/{13.1.0 => 13.2.0}/0009-gcc-Allow-g-to-work-differently-from-gcc.patch (100%) rename packages/gcc/{13.1.0 => 13.2.0}/0010-RISC-V-fix-build-issue-with-gcc-4.9.x.patch (100%) create mode 100644 packages/gcc/13.2.0/chksum rename packages/gcc/{13.1.0 => 13.2.0}/experimental/0001-picolibc-Add-custom-spec-file-fragments-for-using-pi.patch (100%) rename packages/gcc/{13.1.0 => 13.2.0}/version.desc (100%) diff --git a/packages/gcc/13.1.0/chksum b/packages/gcc/13.1.0/chksum deleted file mode 100644 index f031fbee..00000000 --- a/packages/gcc/13.1.0/chksum +++ /dev/null @@ -1,8 +0,0 @@ -md5 gcc-13.1.0.tar.xz 43e4de77f2218c83ca675257ea1af9ef -sha1 gcc-13.1.0.tar.xz 13366f554858f548282b5701a0add1d19d1325ee -sha256 gcc-13.1.0.tar.xz 61d684f0aa5e76ac6585ad8898a2427aade8979ed5e7f85492286c4dfc13ee86 -sha512 gcc-13.1.0.tar.xz 6cf06dfc48f57f5e67f7efe3248019329a14d690c728d9f2f7ef5fa0d58f1816f309586ba7ea2eac20d0b60a2d1b701f68392e9067dd46f827ba0efd7192db33 -md5 gcc-13.1.0.tar.gz acbd81e95b3d9f11ea0b3462d88107b1 -sha1 gcc-13.1.0.tar.gz 10ff6f714012562294da5819c023a8ffe9de8786 -sha256 gcc-13.1.0.tar.gz bacd4c614d8bd5983404585e53478d467a254249e0f1bb747c8bc6d787bd4fa2 -sha512 gcc-13.1.0.tar.gz 73244f830b748d5fe2645a21c9c01bcffa5b34c73a9244a22dfb39fc3abd5bc61ab851bf2ca65999ce642fe60a5de2aadb07c02f40210c555003b5e16f1f7fa3 diff --git a/packages/gcc/13.1.0/0000-libtool-leave-framework-alone.patch b/packages/gcc/13.2.0/0000-libtool-leave-framework-alone.patch similarity index 100% rename from packages/gcc/13.1.0/0000-libtool-leave-framework-alone.patch rename to packages/gcc/13.2.0/0000-libtool-leave-framework-alone.patch diff --git a/packages/gcc/13.1.0/0001-gcc-plugin-POSIX-include-sys-select-h.patch b/packages/gcc/13.2.0/0001-gcc-plugin-POSIX-include-sys-select-h.patch similarity index 100% rename from packages/gcc/13.1.0/0001-gcc-plugin-POSIX-include-sys-select-h.patch rename to packages/gcc/13.2.0/0001-gcc-plugin-POSIX-include-sys-select-h.patch diff --git a/packages/gcc/13.1.0/0002-arm-softfloat-libgcc.patch b/packages/gcc/13.2.0/0002-arm-softfloat-libgcc.patch similarity index 100% rename from packages/gcc/13.1.0/0002-arm-softfloat-libgcc.patch rename to packages/gcc/13.2.0/0002-arm-softfloat-libgcc.patch diff --git a/packages/gcc/13.1.0/0003-libgcc-disable-split-stack-nothreads.patch b/packages/gcc/13.2.0/0003-libgcc-disable-split-stack-nothreads.patch similarity index 100% rename from packages/gcc/13.1.0/0003-libgcc-disable-split-stack-nothreads.patch rename to packages/gcc/13.2.0/0003-libgcc-disable-split-stack-nothreads.patch diff --git a/packages/gcc/13.1.0/0004-Remove-use-of-include_next-from-c-headers.patch b/packages/gcc/13.2.0/0004-Remove-use-of-include_next-from-c-headers.patch similarity index 100% rename from packages/gcc/13.1.0/0004-Remove-use-of-include_next-from-c-headers.patch rename to packages/gcc/13.2.0/0004-Remove-use-of-include_next-from-c-headers.patch diff --git a/packages/gcc/13.1.0/0005-Allow-default-libc-to-be-specified-to-configure.patch b/packages/gcc/13.2.0/0005-Allow-default-libc-to-be-specified-to-configure.patch similarity index 100% rename from packages/gcc/13.1.0/0005-Allow-default-libc-to-be-specified-to-configure.patch rename to packages/gcc/13.2.0/0005-Allow-default-libc-to-be-specified-to-configure.patch diff --git a/packages/gcc/13.1.0/0006-driver-Extend-getenv-function-to-allow-default-value.patch b/packages/gcc/13.2.0/0006-driver-Extend-getenv-function-to-allow-default-value.patch similarity index 99% rename from packages/gcc/13.1.0/0006-driver-Extend-getenv-function-to-allow-default-value.patch rename to packages/gcc/13.2.0/0006-driver-Extend-getenv-function-to-allow-default-value.patch index fb5a6086..4c73bd6f 100644 --- a/packages/gcc/13.1.0/0006-driver-Extend-getenv-function-to-allow-default-value.patch +++ b/packages/gcc/13.2.0/0006-driver-Extend-getenv-function-to-allow-default-value.patch @@ -40,7 +40,7 @@ Signed-off-by: Keith Packard --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi -@@ -34780,17 +34780,21 @@ +@@ -34814,17 +34814,21 @@ @table @code @item @code{getenv} diff --git a/packages/gcc/13.1.0/0007-Add-newlib-and-picolibc-as-default-C-library-choices.patch b/packages/gcc/13.2.0/0007-Add-newlib-and-picolibc-as-default-C-library-choices.patch similarity index 100% rename from packages/gcc/13.1.0/0007-Add-newlib-and-picolibc-as-default-C-library-choices.patch rename to packages/gcc/13.2.0/0007-Add-newlib-and-picolibc-as-default-C-library-choices.patch diff --git a/packages/gcc/13.1.0/0008-Support-picolibc-targets.patch b/packages/gcc/13.2.0/0008-Support-picolibc-targets.patch similarity index 100% rename from packages/gcc/13.1.0/0008-Support-picolibc-targets.patch rename to packages/gcc/13.2.0/0008-Support-picolibc-targets.patch diff --git a/packages/gcc/13.1.0/0009-gcc-Allow-g-to-work-differently-from-gcc.patch b/packages/gcc/13.2.0/0009-gcc-Allow-g-to-work-differently-from-gcc.patch similarity index 100% rename from packages/gcc/13.1.0/0009-gcc-Allow-g-to-work-differently-from-gcc.patch rename to packages/gcc/13.2.0/0009-gcc-Allow-g-to-work-differently-from-gcc.patch diff --git a/packages/gcc/13.1.0/0010-RISC-V-fix-build-issue-with-gcc-4.9.x.patch b/packages/gcc/13.2.0/0010-RISC-V-fix-build-issue-with-gcc-4.9.x.patch similarity index 100% rename from packages/gcc/13.1.0/0010-RISC-V-fix-build-issue-with-gcc-4.9.x.patch rename to packages/gcc/13.2.0/0010-RISC-V-fix-build-issue-with-gcc-4.9.x.patch diff --git a/packages/gcc/13.2.0/chksum b/packages/gcc/13.2.0/chksum new file mode 100644 index 00000000..e64334b9 --- /dev/null +++ b/packages/gcc/13.2.0/chksum @@ -0,0 +1,8 @@ +md5 gcc-13.2.0.tar.xz e0e48554cc6e4f261d55ddee9ab69075 +sha1 gcc-13.2.0.tar.xz 5f95b6d042fb37d45c6cbebfc91decfbc4fb493c +sha256 gcc-13.2.0.tar.xz e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da +sha512 gcc-13.2.0.tar.xz d99e4826a70db04504467e349e9fbaedaa5870766cda7c5cab50cdebedc4be755ebca5b789e1232a34a20be1a0b60097de9280efe47bdb71c73251e30b0862a2 +md5 gcc-13.2.0.tar.gz aeb5ac806c34d47e725bdd025f34bac4 +sha1 gcc-13.2.0.tar.gz ba0872d7c618549c83bf167743a813c6b34b9530 +sha256 gcc-13.2.0.tar.gz 8cb4be3796651976f94b9356fa08d833524f62420d6292c5033a9a26af315078 +sha512 gcc-13.2.0.tar.gz 41c8c77ac5c3f77de639c2913a8e4ff424d48858c9575fc318861209467828ccb7e6e5fe3618b42bf3d745be8c7ab4b4e50e424155e691816fa99951a2b870b9 diff --git a/packages/gcc/13.1.0/experimental/0001-picolibc-Add-custom-spec-file-fragments-for-using-pi.patch b/packages/gcc/13.2.0/experimental/0001-picolibc-Add-custom-spec-file-fragments-for-using-pi.patch similarity index 100% rename from packages/gcc/13.1.0/experimental/0001-picolibc-Add-custom-spec-file-fragments-for-using-pi.patch rename to packages/gcc/13.2.0/experimental/0001-picolibc-Add-custom-spec-file-fragments-for-using-pi.patch diff --git a/packages/gcc/13.1.0/version.desc b/packages/gcc/13.2.0/version.desc similarity index 100% rename from packages/gcc/13.1.0/version.desc rename to packages/gcc/13.2.0/version.desc