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-rpi3-linux-gnu | |
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-rpi3-linux-gnu')
-rw-r--r-- | samples/aarch64-rpi3-linux-gnu/crosstool.config | 11 | ||||
-rw-r--r-- | samples/aarch64-rpi3-linux-gnu/reported.by | 3 |
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 00000000..01605ac1 --- /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 00000000..a7cdf732 --- /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" |