summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorhyc <hyc@symas.com>2017-04-26 08:23:07 (GMT)
committerAlexey Neyman <stilor@att.net>2017-05-14 22:23:34 (GMT)
commita776367937aa4f6ff03f0d3fdecb90d13fdaab14 (patch)
tree846ed87ea8ad443d5a09b8ea27db0d9dcb60ba82 /samples
parent9062810a11b1d1a347c16e7cfd4cac31ed9427b3 (diff)
Add sample Android config, gcc 6.3 patches
Diffstat (limited to 'samples')
-rw-r--r--samples/aarch64-unknown-linux-android/crosstool.config10
-rw-r--r--samples/aarch64-unknown-linux-android/reported.by3
2 files changed, 13 insertions, 0 deletions
diff --git a/samples/aarch64-unknown-linux-android/crosstool.config b/samples/aarch64-unknown-linux-android/crosstool.config
new file mode 100644
index 0000000..fa147e2
--- /dev/null
+++ b/samples/aarch64-unknown-linux-android/crosstool.config
@@ -0,0 +1,10 @@
+# CT_RM_RF_PREFIX_DIR is not set
+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
diff --git a/samples/aarch64-unknown-linux-android/reported.by b/samples/aarch64-unknown-linux-android/reported.by
new file mode 100644
index 0000000..fb4b9ec
--- /dev/null
+++ b/samples/aarch64-unknown-linux-android/reported.by
@@ -0,0 +1,3 @@
+reporter_name="Howard Chu"
+reporter_url="http://www.symas.com"
+reporter_comment="Config to build cross-compiler for Android/bionic on ARM64"