1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00

fix gcc version selection

SVN-Revision: 6556
This commit is contained in:
Imre Kaloz 2007-03-11 19:26:39 +00:00
parent f1ba6fe9ad
commit e50a89989b

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