瀏覽代碼

glibc has issues compiled with NEON enabled

Waldemar Brodkorb 6 年之前
父節點
當前提交
4016ce8dca
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      target/config/Config.in.fpu

+ 1 - 0
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.