diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-02-23 10:49:58 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-02-23 10:49:58 +0000 |
commit | 2a483e232046f6905681d5ac72a49afb13f3cf08 (patch) | |
tree | fc49c32936a2391098ea7d63b37a5592a712cd06 /toolchain/gcc/Config.in | |
parent | 8a3e589e74eecb13cc289a6c6410f2112b85011b (diff) | |
download | upstream-2a483e232046f6905681d5ac72a49afb13f3cf08.tar.gz upstream-2a483e232046f6905681d5ac72a49afb13f3cf08.tar.bz2 upstream-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/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 1 |
1 files changed, 1 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 |