From: Gustavo Zacarias Date: Thu, 22 May 2014 22:16:14 +0000 (-0300) Subject: glibc: doesn't build for PowerPC SPE X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5777e3ffd99132a57e3d29659850eec14b1625f8;p=buildroot.git glibc: doesn't build for PowerPC SPE Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in index 840668c2c8..11404e8daa 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