From 6c355ed3aa9b5e90361b7e46588d15a940cd268a Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 26 Apr 2022 08:11:52 +0000 Subject: gcc-multilib: update to 11.3.0 --- source/current/gcc/gcc-multilib.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/source/current/gcc/gcc-multilib.SlackBuild b/source/current/gcc/gcc-multilib.SlackBuild index cc0606c..f97703a 100755 --- a/source/current/gcc/gcc-multilib.SlackBuild +++ b/source/current/gcc/gcc-multilib.SlackBuild @@ -60,9 +60,9 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gcc -SRCVER=${SRCVER:-"11.2.0"} +SRCVER=${SRCVER:-"11.3.0"} VERSION=$(echo $SRCVER | cut -f 1 -d _) -BUILD=${BUILD:-2alien} +BUILD=${BUILD:-1alien} # How many jobs to run in parallel: NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -193,10 +193,6 @@ tar xf $CWD/gcc-$SRCVER.tar.?z || exit 1 # Fix regressions in 10.3.0 (and presumably 11.1.0 since they still apply cleanly): zcat $CWD/patches/PR100102-2.a1b3484a8e6c53c8084723e3f1738d402374198e.patch.gz | patch -p1 --verbose --backup --suffix=.orig || exit 1 - # Fix compiler error in gcc-go - # https://github.com/golang/go/issues/47771 - zcat $CWD/patches/7185690.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit 1 - # Fix perms/owners: chown -R root:root . find . -perm 777 -exec chmod 755 {} \+ -- cgit v1.2.3