summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2009-04-23 13:45:02 +0200
committerPeter Korsgaard2009-04-23 13:45:02 +0200
commit5eeeeec056c46c3114d8b33a00766c8549c013b2 (patch)
tree968d9e4b76924c738e579a73fa4649ece5db68d3 /toolchain/gcc/Config.in
parentdbus-glib: host compilation needs libglib2 and expat (diff)
downloadbuildroot-5eeeeec056c46c3114d8b33a00766c8549c013b2.tar.gz
buildroot-5eeeeec056c46c3114d8b33a00766c8549c013b2.tar.xz
buildroot-5eeeeec056c46c3114d8b33a00766c8549c013b2.zip
toolchain/gcc: add 4.4.0
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 f6a9431eb..d9f90fdea 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -61,6 +61,10 @@ choice
depends on !BR2_avr32 && !BR2_nios2
bool "gcc 4.3.3"
+ 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
@@ -101,6 +105,7 @@ config BR2_GCC_VERSION
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.4.0" if BR2_GCC_VERSION_4_4_X
default "4.3" if BR2_GCC_VERSION_4_3
config BR2_TOOLCHAIN_SYSROOT