From 092486db4b0eb9b6a4b580e5abb0419d176cb864 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 12 May 2022 23:51:35 +0200 Subject: gcc: bump to 12.1.0 [TESTING -> CORE] --- core/gcc/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/gcc/build') 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 \ -- cgit v1.2.3