diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-29 15:40:20 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-29 15:40:38 +0100 |
commit | c9816df8868f2b14feb970664b0cd941e58b1cf5 (patch) | |
tree | 5ed3ce5d9eec3fd505ad89e8b621dbbed7340b20 | |
parent | 065d0e76dfe73948516c2fe3d7c06ec4b04bac3e (diff) | |
download | buildroot-novena-c9816df8868f2b14feb970664b0cd941e58b1cf5.tar.gz buildroot-novena-c9816df8868f2b14feb970664b0cd941e58b1cf5.zip |
toolchain/gcc: remove unused (commented out) 4.3 snapshot
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | toolchain/gcc/Config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 774057e3a..dbc56459b 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -64,11 +64,6 @@ choice config BR2_GCC_VERSION_4_4_X depends on !BR2_avr32 && !BR2_nios2 bool "gcc 4.4.x" - -# config BR2_GCC_VERSION_4_3 -# depends on !BR2_avr32 && !BR2_nios2 -# select BR2_GCC_IS_SNAP -# bool "gcc 4.3" endchoice config BR2_GCC_IS_SNAP @@ -106,7 +101,6 @@ config BR2_GCC_VERSION default "4.3.3" if BR2_GCC_VERSION_4_3_3 default "4.3.4" if BR2_GCC_VERSION_4_3_4 default "4.4.2" if BR2_GCC_VERSION_4_4_X - default "4.3" if BR2_GCC_VERSION_4_3 config BR2_TOOLCHAIN_SYSROOT bool "Enable toolchain with --sysroot support" |