Download Latest Version i386-unknown-freebsd.tar.xz (257.4 MB)
Email in envelope

Get an email when there's a new version of obggcc

Home / 2.4
Name Modified Size InfoDownloads / Week
Parent folder
x86_64-unknown-linux-gnu.tar.xz.sha256 2025-05-03 98 Bytes
sparc-unknown-linux-gnu.tar.xz 2025-05-03 709.1 MB
sparc-unknown-linux-gnu.tar.xz.sha256 2025-05-03 97 Bytes
x86_64-unknown-linux-gnu.tar.xz 2025-05-03 857.2 MB
s390x-unknown-linux-gnu.tar.xz.sha256 2025-05-03 97 Bytes
s390-unknown-linux-gnu.tar.xz.sha256 2025-05-03 96 Bytes
s390x-unknown-linux-gnu.tar.xz 2025-05-03 879.6 MB
powerpc64le-unknown-linux-gnu.tar.xz.sha256 2025-05-03 103 Bytes
s390-unknown-linux-gnu.tar.xz 2025-05-03 810.3 MB
powerpc64le-unknown-linux-gnu.tar.xz 2025-05-03 858.4 MB
powerpc-unknown-linux-gnu.tar.xz.sha256 2025-05-03 99 Bytes
mips64el-unknown-linux-gnuabi64.tar.xz.sha256 2025-05-03 105 Bytes
mipsel-unknown-linux-gnu.tar.xz 2025-05-03 790.9 MB
mipsel-unknown-linux-gnu.tar.xz.sha256 2025-05-03 98 Bytes
powerpc-unknown-linux-gnu.tar.xz 2025-05-03 797.6 MB
mips64el-unknown-linux-gnuabi64.tar.xz 2025-05-03 823.4 MB
mips-unknown-linux-gnu.tar.xz.sha256 2025-05-03 96 Bytes
i386-unknown-linux-gnu.tar.xz.sha256 2025-05-03 96 Bytes
mips-unknown-linux-gnu.tar.xz 2025-05-03 777.0 MB
aarch64-unknown-linux-gnu.tar.xz 2025-05-03 756.9 MB
aarch64-unknown-linux-gnu.tar.xz.sha256 2025-05-03 99 Bytes
alpha-unknown-linux-gnu.tar.xz 2025-05-03 882.3 MB
alpha-unknown-linux-gnu.tar.xz.sha256 2025-05-03 97 Bytes
arm-unknown-linux-gnueabi.tar.xz 2025-05-03 677.5 MB
arm-unknown-linux-gnueabi.tar.xz.sha256 2025-05-03 99 Bytes
arm-unknown-linux-gnueabihf.tar.xz 2025-05-03 689.6 MB
arm-unknown-linux-gnueabihf.tar.xz.sha256 2025-05-03 101 Bytes
i386-unknown-linux-gnu.tar.xz 2025-05-03 876.4 MB
OBGGCC v2.4 source code.tar.gz 2025-05-03 38.4 kB
OBGGCC v2.4 source code.zip 2025-05-03 237.6 kB
README.md 2025-05-03 801 Bytes
Totals: 31 Items   11.2 GB 0

Changed

  • Default to atomic locks on SPARC
  • It was the only target still using mutex locks. Since atomics are not natively supported on SPARC, we need to rely on -latomic for support.
  • Add /usr/include/<triplet> to the list of include directories
  • Most Linux distros nowadays support multilib. In such scenarios, they place architecture-specific files inside a directory suffixed with the architecture triplet under /usr. Since we were not using it until now, we risked missing header and library files when using OBGGCC_SYSTEM_LIBRARIES.

Added

  • Add the nz package manager
  • This is a CLI tool that allows installing packages from APT repositories into a local directory. It can be used to download prebuilt libraries to satisfy project dependencies when cross-compiling.
Source: README.md, updated 2025-05-03