gcc-latest: Add the second linker error patch
All checks were successful
test Test.
All checks were successful
test Test.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user