diff options
author | Alexey Neyman <stilor@att.net> | 2017-07-07 12:38:32 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-07 12:38:32 -0700 |
commit | 1029dcf91ae791545add83caf45db9b191487773 (patch) | |
tree | 03ccec88f144b8ac69d8bc5c58385eb1d0b362f5 /samples/aarch64-unknown-linux-uclibc | |
parent | 81327dd9669e056b14d4c8c53647c4f6c52b7023 (diff) | |
download | crosstool-ng-1029dcf91ae791545add83caf45db9b191487773.tar.gz crosstool-ng-1029dcf91ae791545add83caf45db9b191487773.tar.bz2 crosstool-ng-1029dcf91ae791545add83caf45db9b191487773.zip |
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.config | 14 | ||||
-rw-r--r-- | samples/aarch64-unknown-linux-uclibc/reported.by | 3 |
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 00000000..ebc05244 --- /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 00000000..d4dfbc24 --- /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." |