Alexey Sheplyakov 3e238594dd Added as, ar, ld, etc symlinks into /usr/libexec/gcc/aarch64-linux-gnu/8
Apparently `invoke_as:` directive in GCC spec file applies to running
assembler on C/C++ compiler output. However compiling `assemble` (.s) and
`assembler-with-cpp` pseudo-languages use `as`  instead of ${target}-as)
anyway. Fortunately GCC searches for `as` in libexec/gcc/$target/$version
directory. Therefore add symlink to ${target}-as into that directory.
Do the same thing for ar, ld, nm, objcopy, etc just in a case.
2021-06-11 23:06:26 +00:00
2021-06-10 13:38:14 +00:00

This repo contains a spec file for building aarch64 targeted GCC
cross-toolchain. The actual sources are in gcc-source, binutils-source,
glibc-source, and kernel-source-5.4 packages.
Description
GCC based cross-toolchains for arm, riscv, and other architectures
Readme 442 MiB
Languages
Shell 88.9%
Assembly 5.3%
CMake 3.4%
C++ 1.3%
C 1.1%