crosstool-ng/samples/aarch64-unknown-linux-android/crosstool.config
Alexey Neyman dab327ed06 Allow rebuilding aarch64-unknown-linux-android
Otherwise, fails when checking if the destination dir is writable.

Signed-off-by: Alexey Neyman <stilor@att.net>
2017-05-14 15:23:41 -07:00

10 lines
163 B
Plaintext

CT_ARCH_arm=y
CT_ARCH_64=y
CT_ARCH_ARCH="armv8-a"
CT_STATIC_TOOLCHAIN=y
CT_KERNEL_linux=y
CT_LIBC_BIONIC_V_14b=y
CT_ANDROID_API_21=y
CT_CC_LANG_CXX=y
CT_GETTEXT=y