diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-25 12:33:05 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-25 12:33:05 +0300 |
commit | 960544c757213ee957e062be8159cf1e20d0b25c (patch) | |
tree | 3e54a8fae65f57353ca2477c87a1f9b13fde54ba /core/gcc/build | |
parent | 2e208b3078a09c3fa77de0bfd9563f0f53ed8443 (diff) | |
download | repository-960544c757213ee957e062be8159cf1e20d0b25c.tar.gz |
gcc: bump to 12.2.0
Diffstat (limited to 'core/gcc/build')
-rwxr-xr-x | core/gcc/build | 1 |
1 files changed, 0 insertions, 1 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 \ |