summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-11 04:51:50 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-11 04:51:50 +0000
commite823630d6c7682cf9b6eba2c78e8c2f82da1184c (patch)
tree4e80bbbd7db25bee59a763d8399c8482401f18f4 /toolchain/gcc/Config.in
parent34d23578add0e04faa4bc0431bb215e08790f958 (diff)
add gcc-4.0.3 release
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 3de4124e6..fb5915d6c 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -40,6 +40,10 @@ choice
depends !BR2_nios2
bool "gcc 4.0.2"
+ config BR2_GCC_VERSION_4_0_3
+ depends !BR2_nios2
+ bool "gcc 4.0.3"
+
config BR2_GCC_VERSION_4_1_0
depends !BR2_nios2
bool "gcc 4.1.0"
@@ -61,6 +65,7 @@ config BR2_GCC_VERSION
default "4.0.0" if BR2_GCC_VERSION_4_0_0
default "4.0.1" if BR2_GCC_VERSION_4_0_1
default "4.0.2" if BR2_GCC_VERSION_4_0_2
+ default "4.0.3" if BR2_GCC_VERSION_4_0_3
default "4.1.0" if BR2_GCC_VERSION_4_1_0
default "4.2.0" if BR2_GCC_VERSION_4_2_0