* download_prerequisites: Download ISL 0.15 instead of 0.14.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231329
138bc75d-0d04-0410-961f-
82ee72b054a4
+2015-12-06 Tobias Burnus <burnus@net-b.de>
+
+ * download_prerequisites: Download ISL 0.15 instead of 0.14.
+
2015-11-20 Martin Liska <mliska@suse.cz>
* clang-format: Split content of a list to multiple
# Necessary to build GCC with the Graphite loop optimizations.
if [ "$GRAPHITE_LOOP_OPT" = "yes" ] ; then
- ISL=isl-0.14
+ ISL=isl-0.15
wget ftp://gcc.gnu.org/pub/gcc/infrastructure/$ISL.tar.bz2 || exit 1
tar xjf $ISL.tar.bz2 || exit 1