1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-04 21:42:01 +03:00

fix gcc version selection

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6556 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz 2007-03-11 19:26:39 +00:00
parent 0b35f25c0c
commit 2d2c340145

View File

@ -10,7 +10,7 @@ config GCC_VERSION
default "4.1.2" if GCC_VERSION_4_1_2
default "4.2" if GCC_VERSION_4_2
default "3.4.6-nonmips" if GCC_VERSION_3_4_6_nonmips
default "4.1.1"
default "4.1.2"
if !TOOLCHAINOPTS
config GCC_VERSION_3_4_6