GCC based cross-toolchains for arm, riscv, and other architectures
39afecc492
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). |
||
---|---|---|
.gear | ||
altcross.sh | ||
cross-toolchain.spec | ||
crossgcc-target-as-ld.patch | ||
README.txt |
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.