mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-19 05:26:53 +00:00
gcc: fix linaro 4.5.1 version check
SVN-Revision: 25203
This commit is contained in:
parent
50c44d0b54
commit
bf51ee3572
@ -36,7 +36,7 @@ ifdef CONFIG_GCC_VERSION_LLVM
|
||||
PKG_SOURCE_SUBDIR:=$(GCC_DIR)
|
||||
HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(GCC_DIR)
|
||||
else
|
||||
ifdef CONFIG_GCC_VERSION_4_5_1_LINARO
|
||||
ifeq ($(CONFIG_GCC_VERSION),"4.5.1+l")
|
||||
PKG_REV:=4.5-2010.12-0
|
||||
PKG_VERSION:=4.5.2
|
||||
PKG_SOURCE_URL:=http://launchpad.net/gcc-linaro/4.5/4.5-2010.12-0/+download/
|
||||
|
Loading…
Reference in New Issue
Block a user