diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-07 21:36:03 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-07 21:36:03 +0300 |
commit | d623019bc37c52d65e15badda306b0d1bfa057a5 (patch) | |
tree | c2bf15b76e0160657682f8a6edbf24a0b0d89f6c /core/gcc/build | |
parent | d7946645b131a4f429c2fafb73865c5d535e7cd5 (diff) | |
download | repository-d623019bc37c52d65e15badda306b0d1bfa057a5.tar.gz |
gcc: bump to 10.1.0
Diffstat (limited to 'core/gcc/build')
-rwxr-xr-x | core/gcc/build | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/core/gcc/build b/core/gcc/build index cabb73b7..e8a8c315 100755 --- a/core/gcc/build +++ b/core/gcc/build @@ -1,10 +1,8 @@ #!/bin/sh -e -patch -p1 < invalid_tls_model.patch - # Make sure gmp is built with generic options. -cp -v gcc/gmp/configfsf.guess gcc/gmp/config.guess -cp -v gcc/gmp/configfsf.sub gcc/gmp/config.sub +cp gcc/gmp/configfsf.guess gcc/gmp/config.guess +cp gcc/gmp/configfsf.sub gcc/gmp/config.sub # Use lib not lib64 by default. sed -i '/m64=/s/lib64/lib/' gcc/gcc/config/i386/t-linux64 |