Browse Source

gcc: fix default version selection - fixes missing MPC configure error during toolchain build

SVN-Revision: 25283
Felix Fietkau 15 years ago
parent
commit
e1d823338b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/gcc/Config.version

+ 1 - 1
toolchain/gcc/Config.version

@@ -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