[Buildroot] [PATCH] toolchain/powerpc: SPE ABI is not available for e500mc

Gustavo Zacarias gustavo at zacarias.com.ar
Wed Jul 4 12:35:51 UTC 2012


Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 target/Config.in.arch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/Config.in.arch b/target/Config.in.arch
index 25ff750..c9bbc12 100644
--- a/target/Config.in.arch
+++ b/target/Config.in.arch
@@ -556,8 +556,8 @@ endchoice
 choice
 	prompt "Target ABI"
 	depends on BR2_powerpc
-	default BR2_powerpc_CLASSIC if BR2_powerpc_e500mc
 	default BR2_powerpc_SPE if BR2_powerpc_8540 || BR2_powerpc_8548
+	default BR2_powerpc_CLASSIC
 	help
 	  Application Binary Interface to use
 
@@ -566,7 +566,7 @@ config BR2_powerpc_CLASSIC
 	depends on !(BR2_powerpc_8540 || BR2_powerpc_8548)
 config BR2_powerpc_SPE
 	bool "SPE"
-	depends on BR2_powerpc_8540 || BR2_powerpc_8548 || BR2_powerpc_e500mc
+	depends on BR2_powerpc_8540 || BR2_powerpc_8548
 endchoice
 
 config BR2_ARCH
-- 
1.7.8.6



More information about the buildroot mailing list