Port details |
- gcc14-devel GNU Compiler Collection 14
- 14.3.1.s20250711,1 lang
=2 14.3.1.s20250620,1Version of this port present on the latest quarterly branch. - Maintainer: salvadore@FreeBSD.org
 - Port Added: 2023-04-25 13:54:10
- Last Update: 2025-07-15 15:37:48
- Commit Hash: 27e6f84
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- 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 gcc14, g++14,
and gfortran14, respectively.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gcc14-devel>0:lang/gcc14-devel
- To install the port:
- cd /usr/ports/lang/gcc14-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/gcc14-devel
- pkg install gcc14-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gcc14-devel
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1752307028
SHA256 (gcc-14-20250711.tar.xz) = c270d6f0bff86a0dd3e62075571ebaa3ed2bada4299ea6de656cc62562e34aaa
SIZE (gcc-14-20250711.tar.xz) = 88322532
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 gcc14-devel-14.3.1.s20250711,1:
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_gcc14-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/gcc14
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 |
14.0.0.s20230611 19 Jun 2023 15:19:22
    |
Piotr Kubaj (pkubaj)  |
lang/gcc*: fix build with CPUTYPE?=g[3-5]
GCC does not accept -mcpu=g4, but does accept -mcpu=G4. |
14.0.0.s20230611 14 Jun 2023 12:08:52
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20230611 |
14.0.0.s20230604_1 05 Jun 2023 16:56:57
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Switch back to standard bootstrap
Switch back to STANDARD_BOOTSTRAP on i386, amd64 and aarch64 as default
option instead of LTO_BOOTSTRAP: lto bootstrap produces too many
failures on the package builders for those architectures.
Users wanting to use LTO_BOOTSTRAP can still enable the option
manually.
The option stays enabled by default on powerpc, powerpc64 and
powerpc64le, for which I do not have failure reports from package
builders. |
14.0.0.s20230604 05 Jun 2023 16:56:57
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20230604 |
14.0.0.s20230529 03 Jun 2023 07:56:52
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20230529 |
14.0.0.s20230521 28 May 2023 18:39:09
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20230521 |
14.0.0.s20230514_1 28 May 2023 18:39:06
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Fix enable init_array patch
Add an error line that was missing in case _FreeBSD_version < 1000010.
Reported by: gnikl@users.sourceforge.net
Fixes: 8a1885234ce7 lang/gcc14-devel: Enable support for .init_array and
.fini_array |
14.0.0.s20230514 15 May 2023 13:32:09
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20230514 |
14.0.0.s20230507_1 15 May 2023 13:32:08
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Enable support for .init_array and .fini_array
Enable support for .init_array and .fini_array, which FreeBSD supports
since commit 83aa9cc00c2d83d05a0efe7a1496d8aab4a153bb in the src
repository.
There __FreeBSD_version is 1000009, so we start enabling the support
from __FreeBSD_version == 1000010.
See also review https://reviews.freebsd.org/D39968 for lang/gcc11-devel.
Reported by: Dan McGregor <dan.mcgregor@usask.ca> |
14.0.0.s20230507 08 May 2023 20:39:32
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20230507 |
14.0.0.s20230430 02 May 2023 09:24:18
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Upadte to 14.0.0.s20230430
Also fix plist for aarch64. |
14.0.0.s20230423 25 Apr 2023 13:50:31
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Add port
GCC, the GNU Compiler Collection, supports a number of languages.
This port installs the C, C++, and Fortran front ends as gcc14, g++14,
and gfortran14, respectively.
This is the first snapshot from trunk with the GCC 14 designation. It
largely is a copy of lang/gcc13-devel. |