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:
parent
2013e51187
commit
6fe8f179e0
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue