Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amanoteam/sphynx
- Owner: AmanoTeam
- License: lgpl-3.0
- Created: 2023-06-10T20:01:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-04T17:26:56.000Z (about 2 months ago)
- Last Synced: 2024-11-04T18:30:18.115Z (about 2 months ago)
- Topics: c, cpp, cross-compiler, gcc, linux
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.