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.3
Name Modified Size InfoDownloads / Week
Parent folder
x86_64-unknown-linux-gnu.tar.xz.sha256 2025-05-01 98 Bytes
sparc-unknown-linux-gnu.tar.xz.sha256 2025-05-01 97 Bytes
x86_64-unknown-linux-gnu.tar.xz 2025-05-01 798.8 MB
s390x-unknown-linux-gnu.tar.xz.sha256 2025-05-01 97 Bytes
sparc-unknown-linux-gnu.tar.xz 2025-05-01 666.5 MB
s390-unknown-linux-gnu.tar.xz.sha256 2025-05-01 96 Bytes
s390x-unknown-linux-gnu.tar.xz 2025-05-01 843.2 MB
powerpc64le-unknown-linux-gnu.tar.xz.sha256 2025-05-01 103 Bytes
s390-unknown-linux-gnu.tar.xz 2025-05-01 763.2 MB
powerpc64le-unknown-linux-gnu.tar.xz 2025-05-01 806.8 MB
powerpc-unknown-linux-gnu.tar.xz.sha256 2025-05-01 99 Bytes
mipsel-unknown-linux-gnu.tar.xz.sha256 2025-05-01 98 Bytes
powerpc-unknown-linux-gnu.tar.xz 2025-05-01 734.7 MB
mips64el-unknown-linux-gnuabi64.tar.xz.sha256 2025-05-01 105 Bytes
mipsel-unknown-linux-gnu.tar.xz 2025-05-01 744.7 MB
mips64el-unknown-linux-gnuabi64.tar.xz 2025-05-01 778.4 MB
mips-unknown-linux-gnu.tar.xz.sha256 2025-05-01 96 Bytes
mips-unknown-linux-gnu.tar.xz 2025-05-01 730.2 MB
i386-unknown-linux-gnu.tar.xz.sha256 2025-05-01 96 Bytes
i386-unknown-linux-gnu.tar.xz 2025-05-01 824.0 MB
aarch64-unknown-linux-gnu.tar.xz 2025-05-01 721.1 MB
aarch64-unknown-linux-gnu.tar.xz.sha256 2025-05-01 99 Bytes
alpha-unknown-linux-gnu.tar.xz 2025-05-01 882.2 MB
alpha-unknown-linux-gnu.tar.xz.sha256 2025-05-01 97 Bytes
arm-unknown-linux-gnueabi.tar.xz 2025-05-01 644.5 MB
arm-unknown-linux-gnueabi.tar.xz.sha256 2025-05-01 99 Bytes
arm-unknown-linux-gnueabihf.tar.xz 2025-05-01 653.9 MB
arm-unknown-linux-gnueabihf.tar.xz.sha256 2025-05-01 101 Bytes
OBGGCC v2.3 source code.tar.gz 2025-04-30 37.5 kB
OBGGCC v2.3 source code.zip 2025-04-30 236.5 kB
README.md 2025-04-30 871 Bytes
Totals: 31 Items   10.6 GB 0

Changed

  • Update to GCC 15.1.0
  • This is the first stable release of the GCC 15 series.
  • Replace CentOS system roots with Debian system roots for consistency

Fixed

  • Ignore unresolved symbols when linking with AddressSanitizer libraries
  • These libraries are built for a newer glibc than the default used in OBGGCC. Because of this, we may encounter unresolved symbols when linking programs built with an older glibc. This is resolved by ignoring unresolved symbols when linking binaries with -fsanitize=<args>.

  • Use 'both' by default for --hash-style

  • The .gnu.hash style is only supported on glibc 2.5 and later. Binaries targeting glibc <2.5 that only have the GNU hash will crash at runtime. This is resolved by generating hashes for both new (GNU) and old (SYSV) styles.

  • Add missing rpaths for lto-wrapper and g++-mapper-server tools

Source: README.md, updated 2025-04-30