summaryrefslogtreecommitdiff
path: root/samples/aarch64-unknown-linux-uclibc
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-07-07 19:38:32 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-07 19:38:32 (GMT)
commit1029dcf91ae791545add83caf45db9b191487773 (patch)
tree03ccec88f144b8ac69d8bc5c58385eb1d0b362f5 /samples/aarch64-unknown-linux-uclibc
parent81327dd9669e056b14d4c8c53647c4f6c52b7023 (diff)
Fix ARM32 name for android
Must have eabi suffix for GCC to accept it. Also: - We only have one glibc now, no need to account for eglibc. - Rename aarch64 samples, eabi suffix does not apply to them (and ct-ng saveconfig was saving them into a different directory). Fixes #772. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples/aarch64-unknown-linux-uclibc')
-rw-r--r--samples/aarch64-unknown-linux-uclibc/crosstool.config14
-rw-r--r--samples/aarch64-unknown-linux-uclibc/reported.by3
2 files changed, 17 insertions, 0 deletions
diff --git a/samples/aarch64-unknown-linux-uclibc/crosstool.config b/samples/aarch64-unknown-linux-uclibc/crosstool.config
new file mode 100644
index 0000000..ebc0524
--- /dev/null
+++ b/samples/aarch64-unknown-linux-uclibc/crosstool.config
@@ -0,0 +1,14 @@
+CT_ARCH_arm=y
+CT_ARCH_64=y
+CT_TARGET_VENDOR=""
+CT_KERNEL_linux=y
+CT_BINUTILS_LINKER_LD_GOLD=y
+CT_BINUTILS_GOLD_THREADS=y
+CT_BINUTILS_LD_WRAPPER=y
+CT_BINUTILS_PLUGINS=y
+CT_LIBC_uClibc=y
+CT_CC_LANG_CXX=y
+CT_DEBUG_gdb=y
+CT_GDB_NATIVE=y
+CT_DEBUG_strace=y
+CT_GETTEXT=y
diff --git a/samples/aarch64-unknown-linux-uclibc/reported.by b/samples/aarch64-unknown-linux-uclibc/reported.by
new file mode 100644
index 0000000..d4dfbc2
--- /dev/null
+++ b/samples/aarch64-unknown-linux-uclibc/reported.by
@@ -0,0 +1,3 @@
+reporter_name="Alexey Neyman"
+reporter_url=""
+reporter_comment="Sample AArch64/uClibc-ng configuration."