fix default toolchain/compiler settings
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Feb 2005 05:16:08 +0000 (05:16 +0000)
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Feb 2005 05:16:08 +0000 (05:16 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@214 3c298f89-4303-0410-b956-a3cf2f4a3e73

toolchain/binutils/Config.in
toolchain/gcc/Config.in

index d1d62955d890ceee2e6a321c108e13e6f572a65a..8563080617c9b68c5237b646e9fac4960f159a3f 100644 (file)
@@ -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.
 
index 9403aba278a7fbf1441fdb832f632012c4c76986..c23cb39da69abb43c32c04006f1c7962a4b17c2d 100644 (file)
@@ -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.