From: mbm Date: Sun, 6 Feb 2005 05:16:08 +0000 (+0000) Subject: fix default toolchain/compiler settings X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/46e1f147762e57a03c4bb0bfc4ea14a7610063e6?hp=cb65b9f302340185d2ca410b284d30f4117f7966 fix default toolchain/compiler settings git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@214 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index d1d62955d..856308061 100644 --- a/toolchain/binutils/Config.in +++ b/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/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 9403aba27..c23cb39da 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.