diff options
author | Cem Keylan <cem@ckyln.com> | 2022-05-12 23:51:35 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-05-12 23:51:35 +0200 |
commit | 092486db4b0eb9b6a4b580e5abb0419d176cb864 (patch) | |
tree | b28b6e288c4b3512f2bfef6d60d6a5ebeed443de /core/gcc/build | |
parent | e87397c9d5598ca2e74aadbd6a8111a7823a1766 (diff) | |
download | repository-092486db4b0eb9b6a4b580e5abb0419d176cb864.tar.gz |
gcc: bump to 12.1.0 [TESTING -> CORE]
Diffstat (limited to 'core/gcc/build')
-rwxr-xr-x | core/gcc/build | 3 |
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 \ |