summaryrefslogtreecommitdiff
path: root/samples/aarch64-unknown-linux-android
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-07-06 07:13:03 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-08 17:57:56 (GMT)
commitae71ce41063334796b20eb8b834225b2521fedc3 (patch)
treea4f27fe406e6d57584b2ff59a8c95d5779d1aebf /samples/aarch64-unknown-linux-android
parent6805245679a6f614ed551183075c9d8c45743924 (diff)
Kconfigize choice/menu items
Also, add a poor man's upgrade script. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples/aarch64-unknown-linux-android')
-rw-r--r--samples/aarch64-unknown-linux-android/crosstool.config6
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/aarch64-unknown-linux-android/crosstool.config b/samples/aarch64-unknown-linux-android/crosstool.config
index aa49e31..76e3647 100644
--- a/samples/aarch64-unknown-linux-android/crosstool.config
+++ b/samples/aarch64-unknown-linux-android/crosstool.config
@@ -1,11 +1,11 @@
CT_EXPERIMENTAL=y
-CT_ARCH_arm=y
+CT_ARCH_ARM=y
CT_ARCH_64=y
CT_ARCH_ARCH="armv8-a"
CT_STATIC_TOOLCHAIN=y
-CT_KERNEL_linux=y
+CT_KERNEL_LINUX=y
CT_BIONIC_V_14b=y
CT_ANDROID_API_21=y
CT_CC_LANG_CXX=y
-CT_DEBUG_gdb=y
+CT_DEBUG_GDB=y
CT_GETTEXT=y