diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-06 05:16:08 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-06 05:16:08 +0000 |
commit | 700b3e711b922c69c77eddcbca483feebeae42c3 (patch) | |
tree | 4ff7d3ae041e0223e917241550eba8401ff7e747 /openwrt/toolchain | |
parent | 4d71a0805ae4e1e69596b1fb0682ec184d8af290 (diff) |
fix default toolchain/compiler settings
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@214 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/toolchain')
-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 d1d62955d8..8563080617 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 9403aba278..c23cb39da6 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. |