summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-02-13 08:34:08 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-02-13 08:34:08 +0000
commit01921dd4d48cacc12c93e520083e0f92e93faded (patch)
tree4cb16d60c474994190d893b9950e7f91e5e7e19d /toolchain/gcc/Config.in
parentdd0345aeaa21e5517f004c21c30a648268248b1a (diff)
toolchain/gcc: add 4.3.3
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 2eda71c98..a1b8d6a93 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -4,7 +4,7 @@ comment "GCC Options"
choice
prompt "GCC compiler Version"
- default BR2_GCC_VERSION_4_3_2 if !BR2_avr32
+ default BR2_GCC_VERSION_4_3_3 if !BR2_avr32
default BR2_GCC_VERSION_4_2_3 if BR2_avr32
help
Select the version of gcc you wish to use.
@@ -49,13 +49,18 @@ choice
config BR2_GCC_VERSION_4_3_1
depends on !BR2_avr32 && !BR2_nios2
- depends on BR2_RECENT || BR2_DEPRECATED
+ depends on BR2_DEPRECATED
bool "gcc 4.3.1"
config BR2_GCC_VERSION_4_3_2
depends on !BR2_avr32 && !BR2_nios2
+ depends on BR2_RECENT || BR2_DEPRECATED
bool "gcc 4.3.2"
+ config BR2_GCC_VERSION_4_3_3
+ depends on !BR2_avr32 && !BR2_nios2
+ bool "gcc 4.3.3"
+
# config BR2_GCC_VERSION_4_3
# depends on !BR2_avr32 && !BR2_nios2
# select BR2_GCC_IS_SNAP
@@ -95,6 +100,7 @@ config BR2_GCC_VERSION
default "4.2.4" if BR2_GCC_VERSION_4_2_4
default "4.3.1" if BR2_GCC_VERSION_4_3_1
default "4.3.2" if BR2_GCC_VERSION_4_3_2
+ default "4.3.3" if BR2_GCC_VERSION_4_3_3
default "4.3" if BR2_GCC_VERSION_4_3
config BR2_TOOLCHAIN_SYSROOT