From 1029dcf91ae791545add83caf45db9b191487773 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Fri, 7 Jul 2017 12:38:32 -0700 Subject: 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 --- samples/aarch64-unknown-linux-gnueabi/crosstool.config | 11 ----------- samples/aarch64-unknown-linux-gnueabi/reported.by | 3 --- 2 files changed, 14 deletions(-) delete mode 100644 samples/aarch64-unknown-linux-gnueabi/crosstool.config delete mode 100644 samples/aarch64-unknown-linux-gnueabi/reported.by (limited to 'samples/aarch64-unknown-linux-gnueabi') diff --git a/samples/aarch64-unknown-linux-gnueabi/crosstool.config b/samples/aarch64-unknown-linux-gnueabi/crosstool.config deleted file mode 100644 index 8ff183c4..00000000 --- a/samples/aarch64-unknown-linux-gnueabi/crosstool.config +++ /dev/null @@ -1,11 +0,0 @@ -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_glibc=y -CT_CC_LANG_CXX=y -CT_DEBUG_gdb=y diff --git a/samples/aarch64-unknown-linux-gnueabi/reported.by b/samples/aarch64-unknown-linux-gnueabi/reported.by deleted file mode 100644 index 37668de8..00000000 --- a/samples/aarch64-unknown-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="Generic aarch64 toolchain" -- cgit v1.2.3