[Buildroot] [PATCH 2/2] arch/powerpc: default to soft-float for SPE ABI

Gustavo Zacarias gustavo at zacarias.com.ar
Thu Sep 11 11:56:32 UTC 2014


It really is the way forward so switch the default.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 arch/Config.in.powerpc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/Config.in.powerpc b/arch/Config.in.powerpc
index 239f5dc..4c21739 100644
--- a/arch/Config.in.powerpc
+++ b/arch/Config.in.powerpc
@@ -141,6 +141,7 @@ endchoice
 
 config BR2_POWERPC_SOFT_FLOAT
 	bool "Use soft-float"
+	default y if BR2_powerpc_SPE
 	select BR2_SOFT_FLOAT
 	help
 	  If your target CPU does not have a Floating Point Unit (FPU)
-- 
1.8.5.5




More information about the buildroot mailing list