summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsource/current/gcc/gcc-multilib.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/current/gcc/gcc-multilib.SlackBuild b/source/current/gcc/gcc-multilib.SlackBuild
index 1503941..1e009e4 100755
--- a/source/current/gcc/gcc-multilib.SlackBuild
+++ b/source/current/gcc/gcc-multilib.SlackBuild
@@ -62,7 +62,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gcc
SRCVER=${SRCVER:-"9.2.0"}
VERSION=$(echo $SRCVER | cut -f 1 -d _)
-BUILD=${BUILD:-1alien}
+BUILD=${BUILD:-2alien}
# How many jobs to run in parallel:
NUMJOBS=${NUMJOBS:-"$(nproc)"}
@@ -404,6 +404,7 @@ tar xf $CWD/gcc-$SRCVER.tar.?z || exit 1
--enable-gnu-indirect-function \
--with-linker-hash-style=gnu \
--with-gnu-ld \
+ --with-isl \
--verbose \
--with-arch-directory=$LIB_ARCH \
--disable-gtktest \