diff options
author | Mike Baker <mbm@openwrt.org> | 2005-02-06 05:16:08 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-02-06 05:16:08 +0000 |
commit | cca80f90c597093f29add0785a04d0107f1a9750 (patch) | |
tree | 008a35fa324751bd5b995efb9e439e0d0f0c7168 /toolchain/gcc | |
parent | 449d4bcaa360b2c09f18cf01fb8bf31385259555 (diff) | |
download | upstream-cca80f90c597093f29add0785a04d0107f1a9750.tar.gz upstream-cca80f90c597093f29add0785a04d0107f1a9750.tar.bz2 upstream-cca80f90c597093f29add0785a04d0107f1a9750.zip |
fix default toolchain/compiler settings
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@214 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc')
-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 9403aba278..c23cb39da6 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -6,7 +6,7 @@ comment "Gcc Options" choice prompt "GCC compiler Version" - default BR2_GCC_VERSION_3_4_2 + default BR2_GCC_VERSION_3_3_5 help Select the version of gcc you wish to use. |