Browse Source

glibc has issues compiled with NEON enabled

Waldemar Brodkorb 6 năm trước cách đây
mục cha
commit
4016ce8dca
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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.