From: kaloz Date: Tue, 23 Feb 2010 10:49:58 +0000 (+0000) Subject: [toolchain]: use gcc 4.3.4 for the gemini target X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=0b981aa0afb3a92eba0a2a306674eec329076a93 [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 --- diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 4012dfddf..4aaa88edf 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 ad133680c..4e7fe8790 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