1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[toolchain/gcc]: add support for Linaro GCC 2010.10

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23703 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz
2010-10-29 10:37:51 +00:00
parent 0b09e23cfc
commit 4c01c82e12
14 changed files with 9895 additions and 0 deletions

View File

@@ -35,6 +35,15 @@ ifdef CONFIG_GCC_VERSION_LLVM
PKG_SOURCE_URL:=git://repo.or.cz/llvm-gcc-4.2.git
PKG_SOURCE_SUBDIR:=$(GCC_DIR)
HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(GCC_DIR)
else
ifdef CONFIG_GCC_VERSION_4_5_1_LINARO
PKG_REV:=4.5-2010.10-0
PKG_VERSION:=4.5.2
PKG_SOURCE_URL:=http://launchpad.net/gcc-linaro/4.5/4.5-2010.10-0/+download/
PKG_SOURCE:=$(PKG_NAME)-linaro-$(PKG_REV).tar.bz2
PKG_MD5SUM:=39bb0627bb937af78c983e7066ca7f75
GCC_DIR:=gcc-linaro-$(PKG_REV)
HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(GCC_DIR)
else
PKG_SOURCE_URL:=@GNU/gcc/gcc-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@@ -76,6 +85,7 @@ else
PKG_MD5SUM:=48231a8e33ed6e058a341c53b819de1a
endif
endif
endif
PATCH_DIR=../patches/$(GCC_VERSION)