Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amanoteam/sphynx

A GCC cross-compiler targeting Linux
https://github.com/amanoteam/sphynx

c cpp cross-compiler gcc linux

Last synced: about 1 month ago
JSON representation

A GCC cross-compiler targeting Linux

Awesome Lists containing this project

README

        

# 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](https://github.com/AmanoTeam/Sphynx/releases) page.