diff mbox

[2/3] glibc: doesn't build for PowerPC SPE

Message ID 1400796975-17647-2-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 5777e3ffd99132a57e3d29659850eec14b1625f8
Headers show

Commit Message

Gustavo Zacarias May 22, 2014, 10:16 p.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 toolchain/toolchain-buildroot/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard May 31, 2014, 7:21 a.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.
diff mbox

Patch

diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in
index 216f9db..0d34f1d 100644
--- a/toolchain/toolchain-buildroot/Config.in
+++ b/toolchain/toolchain-buildroot/Config.in
@@ -66,6 +66,7 @@  config BR2_TOOLCHAIN_BUILDROOT_GLIBC
 		   BR2_x86_64 || BR2_microblaze
 	depends on BR2_USE_MMU
 	depends on !BR2_PREFER_STATIC_LIB
+	depends on !BR2_powerpc_SPE
 	select BR2_TOOLCHAIN_USES_GLIBC
 	# our glibc.mk enables RPC support
 	select BR2_TOOLCHAIN_HAS_NATIVE_RPC