fix gcc version selection
SVN-Revision: 6556
This commit is contained in:
parent
f1ba6fe9ad
commit
e50a89989b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue