summaryrefslogtreecommitdiff
path: root/samples/aarch64-rpi3-linux-gnueabi
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-gnueabi
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-gnueabi')
-rw-r--r--samples/aarch64-rpi3-linux-gnueabi/crosstool.config12
-rw-r--r--samples/aarch64-rpi3-linux-gnueabi/reported.by3
2 files changed, 0 insertions, 15 deletions
diff --git a/samples/aarch64-rpi3-linux-gnueabi/crosstool.config b/samples/aarch64-rpi3-linux-gnueabi/crosstool.config
deleted file mode 100644
index 6d51c12..0000000
--- a/samples/aarch64-rpi3-linux-gnueabi/crosstool.config
+++ /dev/null
@@ -1,12 +0,0 @@
-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_LIBC_glibc=y
-CT_CC_LANG_CXX=y
-CT_DEBUG_gdb=y
diff --git a/samples/aarch64-rpi3-linux-gnueabi/reported.by b/samples/aarch64-rpi3-linux-gnueabi/reported.by
deleted file mode 100644
index 0b99105..0000000
--- a/samples/aarch64-rpi3-linux-gnueabi/reported.by
+++ /dev/null
@@ -1,3 +0,0 @@
-reporter_name="Bryan Hundven"
-reporter_url="https://github.com/crosstool-ng/crosstool-ng/issues"
-reporter_comment="Raspberry PI 3 aarch64"