summaryrefslogtreecommitdiffstats
path: root/src/cloog.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-08-05 05:01:25 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-08-05 05:01:25 (GMT)
commitc840358103edb0b6a3d81188e3d30048e6ad611e (patch)
tree9449d54e1063a74952c38b8f979c1f392ccd49fe /src/cloog.mk
parenta644700c8cd9246df80200f4c6444c108a8fceee (diff)
downloadmxe-c840358103edb0b6a3d81188e3d30048e6ad611e.zip
mxe-c840358103edb0b6a3d81188e3d30048e6ad611e.tar.gz
mxe-c840358103edb0b6a3d81188e3d30048e6ad611e.tar.bz2
update gcc 4.9.3 --> 4.9.4
Tested on all four targets, list of changes: https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.9.4
Diffstat (limited to 'src/cloog.mk')
-rw-r--r--src/cloog.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cloog.mk b/src/cloog.mk
index eb206c3..3de087b 100644
--- a/src/cloog.mk
+++ b/src/cloog.mk
@@ -15,6 +15,7 @@ $(PKG)_DEPS := gcc gmp isl
$(PKG)_DEPS_$(BUILD) := gmp isl
# stick to tested versions from gcc
+# after gcc4 series, switch to normal updates and bundled isl
define $(PKG)_UPDATE
$(WGET) -q -O- 'ftp://gcc.gnu.org/pub/gcc/infrastructure/' | \
$(SED) -n 's,.*cloog-\([0-9][^>]*\)\.tar.*,\1,p' | \