summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-06-19 19:06:04 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-06-19 19:06:04 +0000
commite31844e307270f4050c60244b1707a62581b78ee (patch)
tree6a3263afe35ed78e6153bb741817a42c71b77b0b /toolchain/gcc/Config.in
parentf6a212f1c0c079a3295c09510433d39b2215e191 (diff)
downloadbuildroot-novena-e31844e307270f4050c60244b1707a62581b78ee.tar.gz
buildroot-novena-e31844e307270f4050c60244b1707a62581b78ee.zip
toolchain/gcc: add 4.3.1
Based on Bernhards tree.
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index dde7b7b73..12d9010dc 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -38,6 +38,10 @@ choice
depends on !BR2_avr32 && !BR2_nios2
bool "gcc 4.2.4"
+ config BR2_GCC_VERSION_4_3_1
+ depends on !BR2_avr32 && !BR2_nios2
+ bool "gcc 4.3.1"
+
# config BR2_GCC_VERSION_4_3
# depends !BR2_avr32 && !BR2_nios2
# select BR2_GCC_IS_SNAP
@@ -75,6 +79,7 @@ config BR2_GCC_VERSION
default "4.2.1" if BR2_GCC_VERSION_4_2_1
default "4.2.3" if BR2_GCC_VERSION_4_2_3
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" if BR2_GCC_VERSION_4_3
config BR2_TOOLCHAIN_SYSROOT