aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-08-25 12:33:05 +0300
committerCem Keylan <cem@ckyln.com>2022-08-25 12:33:05 +0300
commit960544c757213ee957e062be8159cf1e20d0b25c (patch)
tree3e54a8fae65f57353ca2477c87a1f9b13fde54ba /core
parent2e208b3078a09c3fa77de0bfd9563f0f53ed8443 (diff)
downloadrepository-960544c757213ee957e062be8159cf1e20d0b25c.tar.gz
gcc: bump to 12.2.0
Diffstat (limited to 'core')
-rwxr-xr-xcore/gcc/build1
-rw-r--r--core/gcc/checksums3
-rw-r--r--core/gcc/patches/musl-sched_h-calloc-poison.patch26
-rw-r--r--core/gcc/sources3
-rw-r--r--core/gcc/version2
5 files changed, 3 insertions, 32 deletions
diff --git a/core/gcc/build b/core/gcc/build
index e4b826ab..0651834b 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 \
diff --git a/core/gcc/checksums b/core/gcc/checksums
index a2961d42..cf7d147c 100644
--- a/core/gcc/checksums
+++ b/core/gcc/checksums
@@ -1,8 +1,7 @@
%BLAKE3
-f4031aa70a30b0d14fb8b0f331860ba4faf484494208ad7a7a9399becb9a85a2 gcc-12.1.0.tar.xz
+8d9298d5678dff96f77438dd4766341f9c81c5daf95b9efcaaffa462ff83b67e gcc-12.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
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..1c840364 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-12.2.0/gcc-12.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
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..17a9395a 100644
--- a/core/gcc/version
+++ b/core/gcc/version
@@ -1 +1 @@
-12.1.0 1
+12.2.0 1