GCC based cross-toolchains for arm, riscv, and other architectures
Go to file
Alexey Sheplyakov b034a392ed bye.S: print "bye-bye ..." message
(for now only for aarch64 and armv7)
2022-11-21 16:29:10 +04:00
.gear .gear/rules: change specsubst variable for local build 2022-06-05 19:49:24 +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.sh: fixed the smoke test 2022-06-05 23:36:48 +04:00
altcross.sh altcross.sh: automatically figure out GCC version 2022-06-05 19:49:24 +04:00
bye-arm64.S bye.S: print "bye-bye ..." message 2022-11-21 16:29:10 +04:00
bye-arm.S bye.S: print "bye-bye ..." message 2022-11-21 16:29:10 +04:00
cross-toolchain.spec bye.S: print "bye-bye ..." message 2022-11-21 16:29:10 +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.