summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-01-02 16:55:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2018-01-02 20:31:28 +0100
commit4016ce8dca52069070cea80667f1db4566ad921a (patch)
tree1758ee4575e4f5236afa66bdd43bba7667d934e5
parent1c367bb7d78c1a600cc3a983cbca187962f935bd (diff)
glibc has issues compiled with NEON enabled
-rw-r--r--target/config/Config.in.fpu1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.fpu b/target/config/Config.in.fpu
index 0abb5f8e0..1140f0bd0 100644
--- a/target/config/Config.in.fpu
+++ b/target/config/Config.in.fpu
@@ -15,6 +15,7 @@ config ADK_TARGET_ARCH_PPC_WITH_ALTIVEC
config ADK_TARGET_ARCH_ARM_WITH_NEON
bool "enable NEON SIMD support"
depends on ADK_TARGET_ARCH_ARM && ADK_TARGET_CPU_WITH_NEON
+ depends on !ADK_TARGET_LIB_GLIBC
default n
help
Enable support for NEON SIMD CPU extensions.