diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.fpu | 1 |
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. |