mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:24:39 +02:00
[toolchain/gcc/4.4]: upgrade to gcc 4.4.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31230 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8007d3bd97
commit
7a2d11b187
@ -2,13 +2,13 @@
|
||||
|
||||
choice
|
||||
prompt "GCC compiler Version" if TOOLCHAINOPTS
|
||||
default GCC_VERSION_4_4_6 if GCC_DEFAULT_VERSION_4_4_6
|
||||
default GCC_VERSION_4_4_7 if GCC_DEFAULT_VERSION_4_4_7
|
||||
default GCC_VERSION_4_6_LINARO
|
||||
help
|
||||
Select the version of gcc you wish to use.
|
||||
|
||||
config GCC_VERSION_4_4_6
|
||||
bool "gcc 4.4.6"
|
||||
config GCC_VERSION_4_4_7
|
||||
bool "gcc 4.4.7"
|
||||
depends (avr32 || ubicom32)
|
||||
|
||||
config GCC_VERSION_4_6_2
|
||||
|
@ -1,7 +1,7 @@
|
||||
config GCC_DEFAULT_VERSION
|
||||
bool
|
||||
|
||||
config GCC_DEFAULT_VERSION_4_4_6
|
||||
config GCC_DEFAULT_VERSION_4_4_7
|
||||
select GCC_DEFAULT_VERSION
|
||||
default y if (avr32 || ubicom32)
|
||||
bool
|
||||
@ -13,7 +13,7 @@ config GCC_DEFAULT_VERSION_4_6_LINARO
|
||||
|
||||
config GCC_VERSION
|
||||
string
|
||||
default "4.4.6" if GCC_VERSION_4_4_6
|
||||
default "4.4.7" if GCC_VERSION_4_4_7
|
||||
default "4.6.2" if GCC_VERSION_4_6_2
|
||||
default "4.7.0" if GCC_VERSION_4_7_0
|
||||
default "4.5-linaro" if GCC_VERSION_4_5_LINARO
|
||||
@ -23,7 +23,7 @@ config GCC_VERSION
|
||||
|
||||
config GCC_VERSION_4_4
|
||||
bool
|
||||
default y if GCC_VERSION_4_4_6
|
||||
default y if GCC_VERSION_4_4_7
|
||||
|
||||
config GCC_VERSION_4_5
|
||||
bool
|
||||
@ -39,8 +39,8 @@ config GCC_VERSION_4_7
|
||||
|
||||
if !TOOLCHAINOPTS
|
||||
|
||||
config GCC_VERSION_4_4_6
|
||||
default y if GCC_DEFAULT_VERSION_4_4_6
|
||||
config GCC_VERSION_4_4_7
|
||||
default y if GCC_DEFAULT_VERSION_4_4_7
|
||||
bool
|
||||
|
||||
config GCC_VERSION_4_6_LINARO
|
||||
|
@ -57,8 +57,8 @@ else
|
||||
PKG_SOURCE_URL:=@GNU/gcc/gcc-$(PKG_VERSION)
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
|
||||
ifeq ($(PKG_VERSION),4.4.6)
|
||||
PKG_MD5SUM:=ab525d429ee4425050a554bc9247d6c4
|
||||
ifeq ($(PKG_VERSION),4.4.7)
|
||||
PKG_MD5SUM:=295709feb4441b04e87dea3f1bab4281
|
||||
endif
|
||||
ifeq ($(PKG_VERSION),4.6.2)
|
||||
PKG_MD5SUM:=028115c4fbfb6cfd75d6369f4a90d87e
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -2688,6 +2688,9 @@ case "${target}" in
|
||||
@@ -2690,6 +2690,9 @@ case "${target}" in
|
||||
ip2k-*-*)
|
||||
noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
|
||||
;;
|
Loading…
Reference in New Issue
Block a user