summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/gcc/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'misc/buildroot/toolchain/gcc/Config.in')
-rw-r--r--misc/buildroot/toolchain/gcc/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/buildroot/toolchain/gcc/Config.in b/misc/buildroot/toolchain/gcc/Config.in
index 3a8f61592..2e39074cf 100644
--- a/misc/buildroot/toolchain/gcc/Config.in
+++ b/misc/buildroot/toolchain/gcc/Config.in
@@ -46,6 +46,11 @@ choice
select BR2_GCC_SUPPORTS_SYSROOT
bool "gcc 4.6.3"
+ config BR2_GCC_VERSION_4_7_3
+ depends on !BR2_avr32 && !BR2_nios2 && !BR2_m9s12x
+ select BR2_GCC_SUPPORTS_SYSROOT
+ bool "gcc 4.7.3"
+
config BR2_GCC_VERSION_4_8_2
depends on !BR2_avr32 && !BR2_nios2 && !BR2_m9s12x
select BR2_GCC_SUPPORTS_SYSROOT
@@ -65,6 +70,7 @@ config BR2_GCC_VERSION
default "4.3.3" if BR2_GCC_VERSION_4_3_3
default "4.5.2" if BR2_GCC_VERSION_4_5_2
default "4.6.3" if BR2_GCC_VERSION_4_6_3
+ default "4.7.3" if BR2_GCC_VERSION_4_7_3
default "4.8.2" if BR2_GCC_VERSION_4_8_2
config BR2_GCC_USE_SJLJ_EXCEPTIONS