diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-10-17 20:11:47 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-10-17 20:11:47 +0000 |
commit | 79727f57d18fab6e93b996e1cb9cd63438e5e705 (patch) | |
tree | 2d7b090f0acd563ec42569ea88a7e2b2b33a0a4a /toolchain/gcc/Config.in | |
parent | 93c38651bde2910bbf0ce3c8970418da72f40dfa (diff) | |
download | buildroot-novena-79727f57d18fab6e93b996e1cb9cd63438e5e705.tar.gz buildroot-novena-79727f57d18fab6e93b996e1cb9cd63438e5e705.zip |
update defaults
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index d60c85c72..d43655cfc 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_3_4_5 + default BR2_GCC_VERSION_3_4_6 help Select the version of gcc you wish to use. |