summaryrefslogtreecommitdiffstats
path: root/src/isl.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/isl.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/isl.mk')
-rw-r--r--src/isl.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/isl.mk b/src/isl.mk
index 2423a36..48dd7ee 100644
--- a/src/isl.mk
+++ b/src/isl.mk
@@ -15,6 +15,8 @@ $(PKG)_DEPS := gcc gmp
$(PKG)_DEPS_$(BUILD) := gmp
# stick to tested versions from gcc
+# while in gcc4 series specific versions are required:
+# http://web.archive.org/web/20141031011459/http://gcc.gnu.org/install/prerequisites.html
define $(PKG)_UPDATE
$(WGET) -q -O- 'ftp://gcc.gnu.org/pub/gcc/infrastructure/' | \
$(SED) -n 's,.*isl-\([0-9][^>]*\)\.tar.*,\1,p' | \