summaryrefslogtreecommitdiff
path: root/samples/aarch64-rpi3-linux-gnu
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-rpi3-linux-gnu
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-rpi3-linux-gnu')
-rw-r--r--samples/aarch64-rpi3-linux-gnu/crosstool.config11
-rw-r--r--samples/aarch64-rpi3-linux-gnu/reported.by3
2 files changed, 14 insertions, 0 deletions
diff --git a/samples/aarch64-rpi3-linux-gnu/crosstool.config b/samples/aarch64-rpi3-linux-gnu/crosstool.config
new file mode 100644
index 0000000..01605ac
--- /dev/null
+++ b/samples/aarch64-rpi3-linux-gnu/crosstool.config
@@ -0,0 +1,11 @@
+CT_ARCH_arm=y
+CT_ARCH_64=y
+CT_ARCH_CPU="cortex-a53"
+CT_TARGET_VENDOR="rpi3"
+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_CC_LANG_CXX=y
+CT_DEBUG_gdb=y
diff --git a/samples/aarch64-rpi3-linux-gnu/reported.by b/samples/aarch64-rpi3-linux-gnu/reported.by
new file mode 100644
index 0000000..a7cdf73
--- /dev/null
+++ b/samples/aarch64-rpi3-linux-gnu/reported.by
@@ -0,0 +1,3 @@
+reporter_name="Bryan Hundven"
+reporter_url=""
+reporter_comment="Raspberry PI 3 aarch64"