Port details |
- gcc16-devel GNU Compiler Collection 16
- 16.0.0.s20250608 lang
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: salvadore@FreeBSD.org
 - Port Added: 2025-05-03 09:55:57
- Last Update: 2025-06-10 15:24:31
- Commit Hash: 1ca9fc7
- License: GPLv3 GPLv3RLE
- WWW:
- https://gcc.gnu.org
- Description:
- GCC, the GNU Compiler Collection, supports a number of languages.
This port installs the C, C++, and Fortran front ends as gcc16, g++16,
and gfortran16, respectively.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gcc16-devel>0:lang/gcc16-devel
- To install the port:
- cd /usr/ports/lang/gcc16-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/gcc16-devel
- pkg install gcc16-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gcc16-devel
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1749545517
SHA256 (gcc-16-20250608.tar.xz) = 8c56c04bec7fbb86665cbb459d27cb53f38d5b364b61dc20af34e809d8238e31
SIZE (gcc-16-20250608.tar.xz) = 93926024
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- as : devel/binutils
- gmake>=4.4.1 : devel/gmake
- makeinfo : print/texinfo
- as : devel/binutils
- perl5>=5.40.r<5.41 : lang/perl5.40
- Runtime dependencies:
-
- as : devel/binutils
- indexinfo : print/indexinfo
- Library dependencies:
-
- libgmp.so : math/gmp
- libmpfr.so : math/mpfr
- libmpc.so : math/mpc
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gcc16-devel-16.0.0.s20250608:
GRAPHITE=off: Support for Graphite loop optimizations
MULTILIB=on: Build support for 32-bit and 64-bit targets
====> Options available for the single BOOTSTRAP: you have to select exactly one of them
LTO_BOOTSTRAP=off: Build using a full LTO bootstrap
STANDARD_BOOTSTRAP=on: Build using a full bootstrap without LTO
===> Use 'make config' to modify these settings
- Options name:
- lang_gcc16-devel
- USES:
- compiler:c++11-lang cpe gmake iconv libtool makeinfo perl5 tar:xz
- pkg-message:
- For install:
- To ensure binaries built with this toolchain find appropriate versions
of the necessary run-time libraries, you may want to link using
-Wl,-rpath=/usr/local/lib/gcc16
For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
transparently.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
16.0.0.s20250608 10 Jun 2025 15:24:31
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc16-devel: Update to 16.0.0.s20250608 |
16.0.0.s20250601 05 Jun 2025 13:53:27
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc16-devel: Update to 16.0.0.s20250601 |
16.0.0.s20250525 28 May 2025 16:06:28
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc16-devel: Update to 16.0.0.s20250525 |
16.0.0.s20250518 22 May 2025 15:27:56
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc16-devel: Update to 16.0.0.s20250518 |
16.0.0.s20250511_1 22 May 2025 15:27:55
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc16-devel: Unbreak on aarch64
FreeBSD defines ElfW(x) to translate Linux's convention to FreeBSD's convention.
GCC defines ElfW to convert its convention to FreeBSD's convention. This patch
removes the conversion defined by GCC so that the FreeBSD conversion only is
applied.
Co-authored-by: Mark Millard <marklmi26-fbsd@yahoo.com>
PR: 282797
Reported by: John F. Carr <jfc@mit.edu>
Email Thread:
https://lists.freebsd.org/archives/freebsd-toolchain/2025-May/002282.html |
16.0.0.s20250511 16 May 2025 09:36:27
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc16-devel: Update to 16.0.0.s20250511 |
16.0.0.s20250504 16 May 2025 09:36:27
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc16-devel: Update to 16.0.0.s20250504 |
16.0.0.s20250427 03 May 2025 10:56:32
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc16-devel: Fix PORTVERSION
I had committed the new port with the wrong PORTVERSION value. Fix it.
Adding PORTEPOCH should not be needed because the wrong PORTVERSION
value causes package build to fail, so no package with that PORTVERSION
can exist. |
16.0.1.s20250427 03 May 2025 09:46:27
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc16-devel: Add port
GCC, the GNU Compiler Collection, supports a number of languages.
This port installs the C, C++, and Fortran front ends as gcc16, g++16,
and gfortran16, respectively.
This is the first snapshot from trunk with the GCC 16 designation. It
largely is a copy of lang/gcc15-devel.
Note: files/patch-libgcc_unwind.inc will get obsolete once all supported
FreeBSD releases include commit
22e564c74eb20e14bd93fd9fdde20e38a29cfcf1. [1]
PR: 285711 [1] |