GCC based cross-toolchains for arm, riscv, and other architectures
Go to file
2022-06-05 19:49:24 +04:00
.gear Use specsubst to set target_arch 2021-12-01 17:20:29 +04:00
.gitignore Ignore boring files 2021-07-29 19:58:37 +04:00
aarch64-linux-gnu.cmake Added CMake toolchain file 2021-06-11 23:06:26 +00:00
altcross-2stage.sh altcross-2stage: check if newly build compilers work 2022-06-05 17:50:08 +04:00
altcross.sh altcross.sh: automatically figure out GCC version 2022-06-05 19:49:24 +04:00
bye-aarch64.S Added cpp-asm source file for aarch64 2022-06-05 19:44:40 +04:00
cross-toolchain.spec 20211201-alt1 2021-12-01 17:20:29 +04:00
crossgcc-target-as-ld.patch driver: run ${target}-as as a last resort 2021-06-11 23:06:26 +00:00
hello.c altcross-2stage: check if newly build compilers work 2022-06-05 17:50:08 +04:00
hello.cpp altcross-2stage: check if newly build compilers work 2022-06-05 17:50:08 +04: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.