gcc: fix default version selection - fixes missing MPC configure error during toolchain build
SVN-Revision: 25283
This commit is contained in:
parent
824331a594
commit
e1d823338b
1 changed files with 1 additions and 1 deletions
|
@ -44,6 +44,6 @@ if !TOOLCHAINOPTS
|
||||||
default y if ubicom32
|
default y if ubicom32
|
||||||
|
|
||||||
config GCC_VERSION_4_5_1_LINARO
|
config GCC_VERSION_4_5_1_LINARO
|
||||||
default y if sparc
|
default y
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue