development/gcc5: Explicitly disable isl.

The version in current is not supported by gcc-5.5.x

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Lenard Spencer 2020-01-13 12:07:20 +01:00 committed by Matteo Bernardini
parent 2013e51187
commit 6fe8f179e0
1 changed files with 1 additions and 0 deletions

View File

@ -401,6 +401,7 @@ ANTLJAR=$(echo $CWD/antlr-*.jar | tail -1)
--enable-lto \
--disable-install-libiberty \
--with-gnu-ld \
--without-isl \
--verbose \
--enable-java-home \
--with-java-home=/usr/lib$LIBDIRSUFFIX/jvm/jre \