toolchain/gcc: upgrade linaro gcc 4.6 to 4.6-2013.05
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37947
This commit is contained in:
parent
75946ee468
commit
12762698cf
@ -27,10 +27,10 @@ GCC_DIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
ifeq ($(findstring linaro, $(CONFIG_GCC_VERSION)),linaro)
|
||||
ifeq ($(CONFIG_GCC_VERSION),"4.6-linaro")
|
||||
PKG_REV:=4.6-2012.12
|
||||
PKG_REV:=4.6-2013.05
|
||||
PKG_VERSION:=4.6.4
|
||||
PKG_VERSION_MAJOR:=4.6
|
||||
PKG_MD5SUM:=6b6c6a4faa026edd1193cf6426309039
|
||||
PKG_MD5SUM:=26b48802ae1203cd99415026fbf56ed7
|
||||
PKG_COMP:=bz2
|
||||
endif
|
||||
ifeq ($(CONFIG_GCC_VERSION),"4.8-linaro")
|
||||
|
Loading…
Reference in New Issue
Block a user