summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-01-16 14:13:46 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-01-16 14:13:46 +0000
commit6e0c86fff8920643d1fe30c508d1891d14491273 (patch)
treecfc6c493c0ad0160d93e4e301880da3186e8b44e
parent28a229e8da6bd8de624762bf51b0655483eefd5c (diff)
toolchain/gcc: default to 4.3.2 for !AVR32
-rw-r--r--toolchain/gcc/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 3e79ce780..3f865ebb8 100644
--- 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.