mirror of
https://github.com/AmanoTeam/Atar.git
synced 2025-12-11 03:59:39 -03:00
A GCC cross-compiler targeting OpenBSD 7.7
| .github/workflows | ||
| patches | ||
| submodules | ||
| tools | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitmodules | ||
| build.sh | ||
| LICENSE | ||
| README.md | ||
Atar
A GCC cross-compiler targeting OpenBSD 7.7.
Differences from the lang/gcc/11 port
This version uses the patchset from OpenBSD ports (which is currently based on GCC 11.2), plus some extra patches, and is also rebased on top of the latest GCC 15.
I also removed BSD-specific code from the host tools to allow it to be compiled on Linux and other non-BSD platforms.
Target architectures
All architectures that the lang/gcc/11 port supports are also supported here, but note that I mostly only tested the x86_64 architecture.
alpha-unknown-openbsdhppa-unknown-openbsdi386-unknown-openbsdx86_64-unknown-openbsdarm-unknown-openbsdaarch64-unknown-openbsdpowerpc-unknown-openbsdpowerpc64-unknown-openbsdsparc64-unknown-openbsdmips64-unknown-openbsdmips64el-unknown-openbsdriscv64-unknown-openbsd
Releases
You can obtain releases from the releases page.