summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-12-06 22:12:15 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-12-06 22:12:15 +0000
commit92834c567469ecb5e10aae60de0984960db60b01 (patch)
tree24666157e28d03a01d5d03f359931351dce6d0b5 /toolchain/gcc/Config.in
parentb2dcdf3218434233499765b25e215a933f9dbf1c (diff)
downloadbuildroot-novena-92834c567469ecb5e10aae60de0984960db60b01.tar.gz
buildroot-novena-92834c567469ecb5e10aae60de0984960db60b01.zip
- import gcc-4.2.0
libmudflap is disabled for now. copied from 4.1.0 with slight adjustments
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 08cc111c5..613d7db5d 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -38,6 +38,9 @@ choice
config BR2_GCC_VERSION_4_1_0
bool "gcc 4.1.0"
+ config BR2_GCC_VERSION_4_2_0
+ bool "gcc 4.2.0"
+
endchoice
config BR2_GCC_VERSION
@@ -52,6 +55,7 @@ config BR2_GCC_VERSION
default "4.0.1" if BR2_GCC_VERSION_4_0_1
default "4.0.2" if BR2_GCC_VERSION_4_0_2
default "4.1.0" if BR2_GCC_VERSION_4_1_0
+ default "4.2.0" if BR2_GCC_VERSION_4_2_0
config BR2_GCC_USE_SJLJ_EXCEPTIONS