From d623019bc37c52d65e15badda306b0d1bfa057a5 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 7 May 2020 21:36:03 +0300 Subject: gcc: bump to 10.1.0 --- core/gcc/build | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'core/gcc/build') 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 -- cgit v1.2.3