X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=toolchain%2Fgcc%2FConfig.in;h=4148d66197e5097bb16823fedaa799e1ad07b397;hp=4ab2acf2c925698ed943a9ec2a2adf4490a48f06;hb=b8f81df1aaa3adc730f90904b3fb6c8bee30b4d0;hpb=4f02853df08d3ee78268965fc0e67170606aebfd diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 4ab2acf2c9..4148d66197 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -6,8 +6,7 @@ choice default GCC_VERSION_4_2_4 if TARGET_avr32 default GCC_VERSION_4_2_4 if TARGET_ppc40x default GCC_VERSION_4_2_4 if TARGET_ppc44x - default GCC_VERSION_4_3_3 if TARGET_ps3_petitboot - default GCC_VERSION_4_3_3 if TARGET_pxcab + 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_1_2 @@ -27,6 +26,9 @@ if !LINUX_2_4 config GCC_VERSION_4_3_3 bool "gcc 4.3.3" + config GCC_VERSION_4_3_4 + bool "gcc 4.3.4" + config GCC_VERSION_4_4_0 bool "gcc 4.4.0"