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 | 994ee40e0783d39e7fba19954c771b3aa88ff7f9 (patch) | |
tree | 4ff7d3ae041e0223e917241550eba8401ff7e747 /openwrt | |
parent | 9290a0e2e04569878546cf1987d71c08081d6d4c (diff) | |
download | mtk-20170518-994ee40e0783d39e7fba19954c771b3aa88ff7f9.zip mtk-20170518-994ee40e0783d39e7fba19954c771b3aa88ff7f9.tar.gz mtk-20170518-994ee40e0783d39e7fba19954c771b3aa88ff7f9.tar.bz2 |
fix default toolchain/compiler settings
SVN-Revision: 214
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/toolchain/binutils/Config.in | 2 | ||||
-rw-r--r-- | openwrt/toolchain/gcc/Config.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/toolchain/binutils/Config.in b/openwrt/toolchain/binutils/Config.in index d1d6295..8563080 100644 --- a/openwrt/toolchain/binutils/Config.in +++ b/openwrt/toolchain/binutils/Config.in @@ -4,7 +4,7 @@ comment "Binutils Options" choice prompt "Binutils Version" - default BR2_BINUTILS_VERSION_2_15_91_0_2 + default BR2_BINUTILS_VERSION_2_14_90_0_8 help Select the version of binutils you wish to use. diff --git a/openwrt/toolchain/gcc/Config.in b/openwrt/toolchain/gcc/Config.in index 9403aba..c23cb39 100644 --- a/openwrt/toolchain/gcc/Config.in +++ b/openwrt/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. |