From 522873439e34dac37f5a2e83bc0e510315230143 Mon Sep 17 00:00:00 2001 From: Hamish Guthrie Date: Mon, 16 Mar 2009 10:06:40 +0000 Subject: Set default compiler for ps3 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14893 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/gcc/Config.version | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'toolchain/gcc/Config.version') diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 8d55475130..f38739e6ae 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -3,6 +3,7 @@ config GCC_VERSION default "3.4.6" if GCC_VERSION_3_4_6 default "4.1.2" if GCC_VERSION_4_1_2 default "4.2.4" if GCC_VERSION_4_2_4 + default "4.3.2" if GCC_VERSION_4_3_2 default "4.3.3" if GCC_VERSION_4_3_3 default "4.1.2" @@ -30,6 +31,7 @@ config GCC_VERSION_4_2 config GCC_VERSION_4_3 bool + default y if GCC_VERSION_4_3_2 default y if GCC_VERSION_4_3_3 if !TOOLCHAINOPTS @@ -40,4 +42,7 @@ if !TOOLCHAINOPTS default y if TARGET_avr32 default y if TARGET_ppc40x default y if TARGET_ppc44x + + config GCC_VERSION_4_3_2 + default y if TARGET_ps3 endif -- cgit v1.2.3