A GCC cross-compiler targeting Linux
Find a file
2024-11-04 17:26:56 +00:00
.github/workflows Update build.yml 2024-11-04 17:26:56 +00:00
patches Update to GCC 14.2.0 2024-08-13 01:43:34 -03:00
submodules Initial commit 2024-10-28 13:00:18 -03:00
tools Update setup_toolchain.sh 2024-10-28 15:56:13 +00:00
.editorconfig Initial commit 2023-06-14 03:31:03 -03:00
.gitattributes Initial commit 2023-06-14 03:31:03 -03:00
.gitmodules Modify triplet names 2023-06-21 18:25:51 -03:00
aarch64-linux-gnu.sh Initial commit 2024-10-27 18:39:47 -03:00
alpha-linux-gnu.sh Initial commit 2024-10-27 18:39:47 -03:00
arm-linux-gnueabi.sh Initial commit 2024-10-27 18:39:47 -03:00
arm-linux-gnueabihf.sh Initial commit 2024-10-27 18:39:47 -03:00
build.sh Initial commit 2024-10-27 18:39:47 -03:00
build_all.sh Modify triplet names 2023-06-21 18:25:51 -03:00
hppa-linux-gnu.sh Initial commit 2024-10-27 18:39:47 -03:00
i686-linux-gnu.sh Initial commit 2024-10-27 18:39:47 -03:00
LICENSE Initial commit 2023-06-14 03:31:03 -03:00
m68k-linux-gnu.sh Initial commit 2024-10-27 18:39:47 -03:00
mips-linux-gnu.sh Initial commit 2024-10-27 18:39:47 -03:00
mips64-linux-gnuabi64.sh Initial commit 2024-10-27 18:39:47 -03:00
mips64el-linux-gnuabi64.sh Initial commit 2024-10-27 18:39:47 -03:00
mipsel-linux-gnu.sh Initial commit 2024-10-27 18:39:47 -03:00
mipsisa32r6-linux-gnu.sh Initial commit 2024-10-27 18:39:47 -03:00
mipsisa32r6el-linux-gnu.sh Initial commit 2024-10-27 18:39:47 -03:00
mipsisa64r6-linux-gnuabi64.sh Initial commit 2024-10-27 18:39:47 -03:00
mipsisa64r6el-linux-gnuabi64.sh Initial commit 2024-10-27 18:39:47 -03:00
powerpc-linux-gnu.sh Initial commit 2024-10-27 18:39:47 -03:00
powerpc64-linux-gnu.sh Initial commit 2024-10-27 18:39:47 -03:00
powerpc64le-linux-gnu.sh Initial commit 2024-10-27 18:39:47 -03:00
README.md Add README 2023-06-21 18:27:23 -03:00
repack.sh Fix wrong binary names in host/target matching builds 2023-06-28 22:16:25 -03:00
riscv64-linux-gnu.sh Initial commit 2024-10-27 18:39:47 -03:00
s390x-linux-gnu.sh Initial commit 2024-10-27 18:39:47 -03:00
sh4-linux-gnu.sh Initial commit 2024-10-27 18:39:47 -03:00
sparc64-linux-gnu.sh Initial commit 2024-10-27 18:39:47 -03:00
unpack.sh Modify triplet names 2023-06-21 18:25:51 -03:00
x86_64-linux-gnu.sh Initial commit 2024-10-27 18:39:47 -03:00
x86_64-linux-gnux32.sh Initial commit 2024-10-27 18:39:47 -03:00

Sphynx

A GCC cross-compiler targeting Linux glibc.

Target architectures

We currently build cross-compilers targeting many Linux architectures. See above for more info:

  • aarch64-unknown-linux-gnu
  • alpha-unknown-linux-gnu
  • arm-unknown-linux-gnueabi
  • arm-unknown-linux-gnueabihf
  • hppa-unknown-linux-gnu
  • i686-unknown-linux-gnu
  • m68k-unknown-linux-gnu
  • mips64el-unknown-linux-gnuabi64
  • mips64-unknown-linux-gnuabi64
  • mipsel-unknown-linux-gnu
  • mipsisa32r6el-unknown-linux-gnu
  • mipsisa32r6-unknown-linux-gnu
  • mipsisa64r6el-unknown-linux-gnuabi64
  • mipsisa64r6-unknown-linux-gnuabi64
  • mips-unknown-linux-gnu
  • powerpc64le-unknown-linux-gnu
  • powerpc64-unknown-linux-gnu
  • powerpc-unknown-linux-gnu
  • riscv64-unknown-linux-gnu
  • s390x-unknown-linux-gnu
  • sh4-unknown-linux-gnu
  • sparc64-unknown-linux-gnu
  • x86_64-unknown-linux-gnu
  • x86_64-unknown-linux-gnux32

Releases

You can obtain releases from the releases page.