projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28a229e
)
toolchain/gcc: default to 4.3.2 for !AVR32
author
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 16 Jan 2009 14:13:46 +0000
(14:13 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 16 Jan 2009 14:13:46 +0000
(14:13 -0000)
toolchain/gcc/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Config.in
b/toolchain/gcc/Config.in
index 3e79ce78061be49dd9a6200957103498a6eb7180..3f865ebb81f37d81f21e3bacd2b7d0c738b3d6dd 100644
(file)
--- a/
toolchain/gcc/Config.in
+++ b/
toolchain/gcc/Config.in
@@
-4,7
+4,7
@@
comment "GCC Options"
choice
prompt "GCC compiler Version"
- default BR2_GCC_VERSION_4_
2_4
if !BR2_avr32
+ default BR2_GCC_VERSION_4_
3_2
if !BR2_avr32
default BR2_GCC_VERSION_4_2_3 if BR2_avr32
help
Select the version of gcc you wish to use.