GCC based cross-toolchains for arm, riscv, and other architectures
Go to file
Alexey Sheplyakov 39afecc492 driver: run ${target}-as as a last resort
As of now the driver tries to locate `as` (and `ld`) somethere in $PATH
if nothing was found in libsubdir and tooldir. This is a bad idea for
a cross-compiler. Use DEFAULT_TARGET_MACHINE-{as,ld} instead.

Note that `collect2` already behaves that way (which is a good thing).
2021-06-11 23:06:26 +00:00
.gear Added dummy .gear/rules 2021-06-10 13:38:14 +00:00
altcross.sh Attempt to cope with ALT Linux' FHS idiocy 2021-06-11 23:06:26 +00:00
cross-toolchain.spec Added as, ar, ld, etc symlinks into /usr/libexec/gcc/aarch64-linux-gnu/8 2021-06-11 23:06:26 +00:00
crossgcc-target-as-ld.patch driver: run ${target}-as as a last resort 2021-06-11 23:06:26 +00:00
README.txt Added a brief description of the repo 2021-06-11 16:30:19 +04: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.