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
This commit is contained in:
Tony Theodore 2016-08-05 15:01:25 +10:00
parent a644700c8c
commit c840358103
3 changed files with 5 additions and 2 deletions

View File

@ -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' | \

View File

@ -3,8 +3,8 @@
PKG := gcc
$(PKG)_IGNORE := 5%
$(PKG)_VERSION := 4.9.3
$(PKG)_CHECKSUM := 2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e
$(PKG)_VERSION := 4.9.4
$(PKG)_CHECKSUM := 6c11d292cd01b294f9f84c9a59c230d80e9e4a47e5c6355f046bb36d4f358092
$(PKG)_SUBDIR := gcc-$($(PKG)_VERSION)
$(PKG)_FILE := gcc-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://ftp.gnu.org/pub/gnu/gcc/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE)

View File

@ -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' | \