summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-09-24 05:43:03 +0000
committer Eric Hameleers <alien@slackware.com>2019-09-24 05:43:03 +0000
commitc1be2afe72749c6da07618272775d6ea08bf144d (patch)
tree69acc91849e8bfd68cdd9e14c777eed26041148a
parent6574611287d6e1f0aaad6d44301ff6887b5aa516 (diff)
downloadmultilib-c1be2afe72749c6da07618272775d6ea08bf144d.tar.gz
multilib-c1be2afe72749c6da07618272775d6ea08bf144d.tar.xz
gcc-multilib: recompile to add isl support (take advantage of graphite)
-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 \