summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-22 03:30:26 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-22 03:30:26 -0500
commit184240592b46a3cc64da34b7f7bef9d120f69dab (patch)
tree7ad56e78f471aef541d647386ba019e67edf85d1 /target
parent7f9743b02cd8283aa33a539cf03c21cbc6138a44 (diff)
musl 1.1.7 has support for aarch64, tested with Qemu
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.endian.choice1
-rw-r--r--target/config/Config.in.libc.choice1
2 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.endian.choice b/target/config/Config.in.endian.choice
index 1b97743db..4936fab9f 100644
--- a/target/config/Config.in.endian.choice
+++ b/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 \
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice
index 6049d46f8..f940e38ee 100644
--- a/target/config/Config.in.libc.choice
+++ b/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 || \