aboutsummaryrefslogtreecommitdiff
path: root/core/gcc/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-05-12 23:51:35 +0200
committerCem Keylan <cem@ckyln.com>2022-05-12 23:51:35 +0200
commit092486db4b0eb9b6a4b580e5abb0419d176cb864 (patch)
treeb28b6e288c4b3512f2bfef6d60d6a5ebeed443de /core/gcc/build
parente87397c9d5598ca2e74aadbd6a8111a7823a1766 (diff)
downloadrepository-092486db4b0eb9b6a4b580e5abb0419d176cb864.tar.gz
gcc: bump to 12.1.0 [TESTING -> CORE]
Diffstat (limited to 'core/gcc/build')
-rwxr-xr-xcore/gcc/build3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/gcc/build b/core/gcc/build
index 9b62feed..e4b826ab 100755
--- a/core/gcc/build
+++ b/core/gcc/build
@@ -12,8 +12,9 @@ if [ "${sys_arch#i*86}" ]; then
clsed 's/lib64/lib/' gcc/gcc/config/i386/linux64.h
else
# Apply libssp patch for i686.
- (cd gcc; patch -Np1 < ../musl-libssp.patch)
+ 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 \