aboutsummaryrefslogtreecommitdiff
path: root/core/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'core/gcc')
-rwxr-xr-xcore/gcc/build3
-rw-r--r--core/gcc/checksums7
-rw-r--r--core/gcc/patches/musl-sched_h-calloc-poison.patch26
-rw-r--r--core/gcc/sources7
-rw-r--r--core/gcc/version2
5 files changed, 9 insertions, 36 deletions
diff --git a/core/gcc/build b/core/gcc/build
index e4b826ab..23f78b98 100755
--- a/core/gcc/build
+++ b/core/gcc/build
@@ -14,7 +14,6 @@ else
# Apply libssp patch for i686.
patch -d gcc -p1 < musl-libssp.patch
fi
-patch -d gcc -p1 < musl-sched_h-calloc-poison.patch
case "$sys_arch" in
i*86) archopts="--build=i686-pc-linux-musl \
@@ -28,6 +27,8 @@ cd gcc-build
export libat_cv_have_ifunc=no
+# Word splitting is intentional
+# shellcheck disable=2086
../gcc/configure \
--prefix=/usr \
--disable-multilib \
diff --git a/core/gcc/checksums b/core/gcc/checksums
index a2961d42..571deb53 100644
--- a/core/gcc/checksums
+++ b/core/gcc/checksums
@@ -1,8 +1,7 @@
%BLAKE3
-f4031aa70a30b0d14fb8b0f331860ba4faf484494208ad7a7a9399becb9a85a2 gcc-12.1.0.tar.xz
+875af4d704560973ada577955392735ded87e6fd304bd0cbaf8ac795390501c7 gcc-13.2.0.tar.xz
52cecfbbe286820d1f8bc118769008acb6451bd074fe6dea9e868d54b2ada855 gmp-6.2.1.tar.xz
-956f9b16d0377b777e21b07d27962ec1153236ef2e94039ec1ad375859c01fc9 mpfr-4.1.0.tar.xz
-f967a250c85296a88bf6a2471b74558d89a59fe548e119f6d74fccb7cb73b13e mpc-1.2.1.tar.gz
+4e95c8d9eda9a18d01dd3ac5879437c51aa0357b6feb997aa4aeb30762a903e1 mpfr-4.2.0.tar.xz
+86d083c43c08e98d4470c006a01e0df727c8ff56ddd2956b170566ba8c9a46de mpc-1.3.1.tar.gz
0930e07dc2c5bf1172f3fd003a1be7abc3c0c420ce5bd76bc2e514c63800adcb c99
30c25e440a4ac72bf7dc50e564b94a8c4ef43e4b2030c12d3042a78fb3cbc825 musl-libssp.patch
-495a5f94c38d940dc174e8d9cbd2bc4a9399062e579a0de0afddbec0f0c2f39c musl-sched_h-calloc-poison.patch
diff --git a/core/gcc/patches/musl-sched_h-calloc-poison.patch b/core/gcc/patches/musl-sched_h-calloc-poison.patch
deleted file mode 100644
index e5621106..00000000
--- a/core/gcc/patches/musl-sched_h-calloc-poison.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/libcc1/libcc1plugin.cc b/libcc1/libcc1plugin.cc
-index 12ab5a5..a2762e7 100644
---- a/libcc1/libcc1plugin.cc
-+++ b/libcc1/libcc1plugin.cc
-@@ -31,6 +31,8 @@
- #undef PACKAGE_TARNAME
- #undef PACKAGE_VERSION
-
-+#include <pthread.h>
-+
- #include "gcc-plugin.h"
- #include "system.h"
- #include "coretypes.h"
-diff --git a/libcc1/libcp1plugin.cc b/libcc1/libcp1plugin.cc
-index 83dab7f..d84fa64 100644
---- a/libcc1/libcp1plugin.cc
-+++ b/libcc1/libcp1plugin.cc
-@@ -32,6 +32,8 @@
- #undef PACKAGE_TARNAME
- #undef PACKAGE_VERSION
-
-+#include <pthread.h>
-+
- #include "gcc-plugin.h"
- #include "system.h"
- #include "coretypes.h"
diff --git a/core/gcc/sources b/core/gcc/sources
index 01cd92b8..5ca396bf 100644
--- a/core/gcc/sources
+++ b/core/gcc/sources
@@ -1,7 +1,6 @@
-https://gcc.gnu.org/pub/gcc/releases/gcc-12.1.0/gcc-12.1.0.tar.xz gcc
+https://gcc.gnu.org/pub/gcc/releases/gcc-13.2.0/gcc-13.2.0.tar.xz gcc
https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.xz gcc/gmp
-https://ftp.gnu.org/gnu/mpfr/mpfr-4.1.0.tar.xz gcc/mpfr
-https://ftp.gnu.org/gnu/mpc/mpc-1.2.1.tar.gz gcc/mpc
+https://ftp.gnu.org/gnu/mpfr/mpfr-4.2.0.tar.xz gcc/mpfr
+https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz gcc/mpc
files/c99
patches/musl-libssp.patch
-patches/musl-sched_h-calloc-poison.patch
diff --git a/core/gcc/version b/core/gcc/version
index d3f2d92e..510ef747 100644
--- a/core/gcc/version
+++ b/core/gcc/version
@@ -1 +1 @@
-12.1.0 1
+13.2.0 1