A GCC cross-compiler targeting NetBSD
  • Shell 78.6%
  • CMake 13.4%
  • C 8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-20 17:12:32 -03:00
.github/workflows Disable native TLS support 2026-06-20 17:12:32 -03:00
patches Disable native TLS support 2026-06-20 17:12:32 -03:00
submodules Disable native TLS support 2026-06-20 17:12:32 -03:00
tools Change project name 2026-05-05 16:09:50 -03:00
.editorconfig Initial commit 2022-12-29 18:08:19 -03:00
.gitattributes Initial commit 2022-12-29 18:08:19 -03:00
.gitignore Unify build scripts 2026-04-08 15:07:29 -03:00
.gitmodules Build all cross-compilers with OBGGCC 2023-05-09 18:32:09 -03:00
build.sh Disable native TLS support 2026-06-20 17:12:32 -03:00
LICENSE Initial commit 2022-12-29 18:08:19 -03:00
README.md Change project name 2026-05-05 16:09:50 -03:00
sysroot.sh Unify build scripts 2026-04-08 15:07:29 -03:00

netbsd-gcc-cross

This is a GCC cross-compiler targeting NetBSD. It uses the patchset from NetBSDs pkgsrc repository, rebased on top of the latest Binutils and GCC.

releases

The current release is based on GCC 15 and supports cross-compiling for the x86, x86_64, and aarch64 targets. The toolchain includes support for the C and C++ frontends.

You can download the prebuilt toolchains from the releases page.

disclaimer

NetBSD is a registered trademark of The NetBSD Foundation. This project is an independent open-source effort and is not affiliated with or endorsed by The NetBSD Foundation.