Browse Source

musl 1.1.7 has support for aarch64, tested with Qemu

Waldemar Brodkorb 9 years ago
parent
commit
184240592b
2 changed files with 2 additions and 0 deletions
  1. 1 0
      target/config/Config.in.endian.choice
  2. 1 0
      target/config/Config.in.libc.choice

+ 1 - 0
target/config/Config.in.endian.choice

@@ -4,6 +4,7 @@
 choice ADK_TARGET_ENDIAN_MODE
 prompt "Endianess"
 depends on ADK_TARGET_ARCH_ARC \
+	|| ADK_TARGET_ARCH_AARCH64 \
 	|| ADK_TARGET_ARCH_ARM \
 	|| ADK_TARGET_ARCH_C6X \
 	|| ADK_TARGET_ARCH_MICROBLAZE \

+ 1 - 0
target/config/Config.in.libc.choice

@@ -25,6 +25,7 @@ config ADK_TARGET_LIB_MUSL
 	select ADK_musl
 	depends on !ADK_TARGET_UCLINUX
 	depends on \
+		ADK_TARGET_ARCH_AARCH64 || \
 		ADK_TARGET_ARCH_ARM || \
 		ADK_TARGET_ARCH_MICROBLAZE || \
 		ADK_TARGET_ARCH_MIPS || \