The runtime library needed to run programs compiled with the
-fgnu-tm option of the GNU Compiler Collection (GCC).
Provides
Requires
License
MIT
Changelog
* Wed Sep 02 2026 Richard Biener <rguenther@suse.com>
- Add gcc16-pr124811.patch to fix build reproducability when PCH
is used
- Add gcc16-znver6-cpuid.patch to fix auto-detection of Zen6
[bsc#1277919]
* Mon Aug 31 2026 Richard Biener <rguenther@suse.com>
- Remove support for s390, make sure to configure s390x with
- -disable-multilib to avoid configury error without explicit
disable of multilibs. Support for s390 is officially deprecated.
* Wed Aug 12 2026 Richard Biener <rguenther@suse.com>
- Disable cross-x86_64-gcc build for SLFO
* Fri Aug 07 2026 Richard Biener <rguenther@suse.com>
- Update to GCC 16.2 release (gcc-16.2.0+git9497)
* accumulated bugfixes from the gcc-16 release branch
* Mon Aug 03 2026 Richard Biener <rguenther@suse.com>
- Disable multilibs for cross-x86_64-gcc
* Fri Jul 31 2026 Richard Biener <rguenther@suse.com>
- Update to gcc-16.1.1+git9481, GCC 16.2 RC1
* Tue Jul 28 2026 Richard Biener <rguenther@suse.com>
- Update to gcc-16.1.1+git9423
* Tue Jul 28 2026 Richard Biener <rguenther@suse.com>
- Build a full cross-x86_64 compiler [bsc#1272616], but not on %ix86
* Tue Jun 30 2026 Richard Biener <rguenther@suse.com>
- Update gcc15-Wtime_t-conversion.patch
* Sat Jun 20 2026 Jan Engelhardt <jengelh@inai.de>
- Make build recipe compatible with POSIX sh
* Mon May 25 2026 Marcus Meissner <meissner@suse.com>
- do not pass in -fhardened
* Fri May 08 2026 Richard Biener <rguenther@suse.com>
- Update to 16.1.1+git8886, includes GCC 16.1 release.
* Sat Apr 25 2026 Richard Biener <rguenther@suse.com>
- Update to 16.0.1+git8812, includes GCC 16.1 release candidate #2.
* Thu Apr 23 2026 Richard Biener <rguenther@suse.com>
- Update to 16.0.1+git8809, GCC 16.1 release candidate.
* Fri Apr 17 2026 Richard Biener <rguenther@suse.com>
- Update to 16.0.1+git8711
* Thu Apr 16 2026 Richard Biener <rguenther@suse.com>
- Streamline AMD GCN enablement and configuration by basing it on
LLVM version availability. Support llvm19 and up.
* Thu Apr 16 2026 Richard Biener <rguenther@suse.com>
- Fix bootstrap cross compiler packaging and simplify handling
by properly requesting suffixed binaries from configury.
* Wed Apr 15 2026 Richard Biener <rguenther@suse.com>
- Update to 16.0.1+git8664
* Thu Apr 02 2026 Richard Biener <rguenther@suse.com>
- Only package version suffixed binaries in %gcc_libc_bootstrap
packages, drop LTO related tools from them. This makes them
co-installable between different GCC versions.
- Going forward no longer register alternatives via update-alternatives
for %gcc_libc_bootstrap packages, even on older distros.
* Thu Apr 02 2026 Richard Biener <rguenther@suse.com>
- Update to 16.0.1+git8410
* Thu Mar 19 2026 Richard Biener <rguenther@suse.com>
- Avoid conflicts between %gcc_libc_bootstrap packages of different
versions if update-alternatives are still in use (SLE 15 and older)
* Thu Mar 19 2026 Richard Biener <rguenther@suse.com>
- Wipe all icecream backend build support from the spec file.
* Wed Mar 18 2026 Richard Biener <rguenther@suse.com>
- Update to 16.0.1+git8152
- Avoids intermittent ABI breakage for libgccjit
* Fri Mar 13 2026 Andreas Schwab <schwab@suse.de>
- Switch to release checking
* Fri Mar 13 2026 Richard Biener <rguenther@suse.com>
- Update to 16.0.1+git8070
- Revert s390x PGO bootstrap-lto-lean workaround.
* Wed Mar 11 2026 Richard Biener <rguenther@suse.com>
- Avoid PGO bootstrap-lto-lean on s390x because of PR124406.
* Tue Mar 10 2026 Andreas Schwab <schwab@suse.de>
- Package libquadmath independently of fortran
* Fri Mar 06 2026 Richard Biener <rguenther@suse.com>
- Update to 16.0.1+git7922
- Disable rust build for Factory by default again as it still
requires cargo for building. Add %bcond_with gcc_rust to allow
override.
- Add gcc15-Wtime_t-conversion.patch, filter out -Wtime_t conversion
from D build flags.
* Wed Mar 04 2026 Richard Biener <rguenther@suse.com>
- Bump disk requirement to 32gb to cater for armv7l.
* Fri Feb 27 2026 Richard Biener <rguenther@suse.com>