summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-11-28 11:14:05 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-11-28 11:14:05 (GMT)
commit91731fb08724e60f2769f71971ced4a59224e341 (patch)
tree610960c721c7a597953e7e4f6ed57508987238a4
parent70fa458a6eac5429298074fbcc57789f7fddbfd9 (diff)
downloadmxe-91731fb08724e60f2769f71971ced4a59224e341.zip
mxe-91731fb08724e60f2769f71971ced4a59224e341.tar.gz
mxe-91731fb08724e60f2769f71971ced4a59224e341.tar.bz2
gcc: ignore version 5 updates
-rw-r--r--src/gcc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gcc.mk b/src/gcc.mk
index be8d5f6..70923e6 100644
--- a/src/gcc.mk
+++ b/src/gcc.mk
@@ -2,7 +2,7 @@
# See index.html for further information.
PKG := gcc
-$(PKG)_IGNORE :=
+$(PKG)_IGNORE := 5%
$(PKG)_VERSION := 4.9.3
$(PKG)_CHECKSUM := 2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e
$(PKG)_SUBDIR := gcc-$($(PKG)_VERSION)