aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2010-02-23 10:49:58 +0000
committerImre Kaloz <kaloz@openwrt.org>2010-02-23 10:49:58 +0000
commit2a483e232046f6905681d5ac72a49afb13f3cf08 (patch)
treefc49c32936a2391098ea7d63b37a5592a712cd06 /toolchain
parent8a3e589e74eecb13cc289a6c6410f2112b85011b (diff)
downloadmaster-187ad058-2a483e232046f6905681d5ac72a49afb13f3cf08.tar.gz
master-187ad058-2a483e232046f6905681d5ac72a49afb13f3cf08.tar.bz2
master-187ad058-2a483e232046f6905681d5ac72a49afb13f3cf08.zip
[toolchain]: use gcc 4.3.4 for the gemini target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19824 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Config.in1
-rw-r--r--toolchain/gcc/Config.version3
2 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 4012dfddfd..4aaa88edf5 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -7,6 +7,7 @@ choice
default GCC_VERSION_4_3_3 if powerpc64
default GCC_VERSION_4_3_3 if TARGET_etrax
default GCC_VERSION_4_3_3 if TARGET_coldfire
+ default GCC_VERSION_4_3_4 if TARGET_gemini
default GCC_VERSION_4_4_1 if ubicom32
default GCC_VERSION_4_3_3_CS if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte)
default GCC_VERSION_4_3_3_CS if (arm || armeb) && !TARGET_gemini
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
index ad133680cc..4e7fe8790c 100644
--- a/toolchain/gcc/Config.version
+++ b/toolchain/gcc/Config.version
@@ -69,6 +69,9 @@ if !LINUX_2_4
default y if TARGET_etrax
default y if TARGET_coldfire
+ config GCC_VERSION_4_3_4
+ default y if TARGET_gemini
+
config GCC_VERSION_4_3_3_CS
default y if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte)
default y if (arm || armeb) && !TARGET_gemini