1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:18:33 +03:00

fix default toolchain/compiler settings

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@214 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2005-02-06 05:16:08 +00:00
parent cb65b9f302
commit 46e1f14776
2 changed files with 2 additions and 2 deletions

View 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.

View 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.