upgrade Linaro GCC 4.8 to 4.8-2013.12
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39209
This commit is contained in:
parent
7aaa9bc91c
commit
f6be067784
1 changed files with 2 additions and 2 deletions
|
@ -34,10 +34,10 @@ ifeq ($(findstring linaro, $(CONFIG_GCC_VERSION)),linaro)
|
|||
PKG_COMP:=bz2
|
||||
endif
|
||||
ifeq ($(CONFIG_GCC_VERSION),"4.8-linaro")
|
||||
PKG_REV:=4.8-2013.11
|
||||
PKG_REV:=4.8-2013.12
|
||||
PKG_VERSION:=4.8.3
|
||||
PKG_VERSION_MAJOR:=4.8
|
||||
PKG_MD5SUM:=729f4ac34ad404892ecafb991bea2da5
|
||||
PKG_MD5SUM:=bd7a22ff4d1b6bb4824ef908e07bde66
|
||||
PKG_COMP:=xz
|
||||
endif
|
||||
PKG_SOURCE_URL:=http://launchpad.net/gcc-linaro/$(PKG_VERSION_MAJOR)/$(PKG_REV)/+download/
|
||||
|
|
Loading…
Reference in a new issue