projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bea1c36
)
Add gcc 4.0.0 support. Note... I haven't needed the sjlj exception support in some...
author
Manuel Novoa III
<mjn3@codepoet.org>
Sat, 30 Apr 2005 21:57:58 +0000
(21:57 -0000)
committer
Manuel Novoa III
<mjn3@codepoet.org>
Sat, 30 Apr 2005 21:57:58 +0000
(21:57 -0000)
toolchain/gcc/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Config.in
b/toolchain/gcc/Config.in
index 673337f17fc7eeb97ed49ba2e50c3cde5019d618..ce0a5ab50c4f4cc2220f5072d4570177f0ad2944 100644
(file)
--- a/
toolchain/gcc/Config.in
+++ b/
toolchain/gcc/Config.in
@@
-35,6
+35,9
@@
choice
config BR2_GCC_VERSION_3_4_3
bool "gcc 3.4.3"
+ config BR2_GCC_VERSION_4_0_0
+ bool "gcc 4.0.0"
+
config BR2_GCC_VERSION_4_1_0
bool "gcc 4.1.0"
@@
-50,6
+53,7
@@
config BR2_GCC_VERSION
default "3.4.1" if BR2_GCC_VERSION_3_4_1
default "3.4.2" if BR2_GCC_VERSION_3_4_2
default "3.4.3" if BR2_GCC_VERSION_3_4_3
+ default "4.0.0" if BR2_GCC_VERSION_4_0_0
default "4.1.0" if BR2_GCC_VERSION_4_1_0