gcc-latest: Add the second linker error patch
All checks were successful
test Test.

This commit is contained in:
2023-03-22 18:13:25 +01:00
parent c7a527e010
commit 7becd04148
2 changed files with 189 additions and 1 deletions

View File

@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gcc-latest
VERSION=${VERSION:-12.2.0}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -109,6 +109,7 @@ find -L . \
# Smite the fixincludes:
patch -p1 --verbose -i $CWD/patches/gcc-no_fixincludes.diff
patch -p1 --verbose -i $CWD/patches/gdc-immutable-struct.patch
patch -p1 --verbose -i $CWD/patches/gdc-link-lambda.patch
mkdir ../objdir
cd ../objdir