Port details |
- gcc14-devel GNU Compiler Collection 14
- 14.0.0.s20231126 lang
=0 14.0.0.s20230924Version of this port present on the latest quarterly branch. - Maintainer: salvadore@FreeBSD.org
 - Port Added: 2023-04-25 13:54:10
- Last Update: 2023-11-27 14:11:20
- Commit Hash: 5e36aee
- 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 arm armv6 armv7 i386 powerpc powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1701054405
SHA256 (gcc-14-20231126.tar.xz) = 07d8920e5bf3c032471e464761dd1b994ba976be09fb4e30f8a10345aec72f25
SIZE (gcc-14-20231126.tar.xz) = 86425216
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.3 : devel/gmake
- makeinfo : print/texinfo
- as : devel/binutils
- perl5>=5.36<5.37 : lang/perl5.36
- 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.0.0.s20231126:
GRAPHITE=off: Support for Graphite loop optimizations
MULTILIB=on: Build support for 32-bit and 64-bit targets
====> Options available for the radio BOOTSTRAP: you can only select none or 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.s20231126 27 Nov 2023 14:11:20
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20231126 |
14.0.0.s20231119 20 Nov 2023 11:15:08
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20231119 |
14.0.0.s20231112 13 Nov 2023 09:50:53
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20231112 |
14.0.0.s20231105 06 Nov 2023 07:09:36
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20231105 |
14.0.0.s20231029 30 Oct 2023 18:09:49
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20231029 |
14.0.0.s20231022 23 Oct 2023 13:10:06
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20231022 |
14.0.0.s20231015 16 Oct 2023 07:11:15
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20231015 |
14.0.0.s20231008 09 Oct 2023 10:49:15
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20231008 |
14.0.0.s20230924 06 Oct 2023 17:48:53
    |
Dimitry Andric (dim)  |
lang/gcc10 lang/gcc11 lang/gcc11-devel lang/gcc12 lang/gcc12-devel lang/gcc13
lang/gcc13-devel lang/gcc14-devel: fix build with libc++ 17
When building relatively recent gcc ports (with C++ in them) against
libc++ 17, you get errors similar to:
In file included from
/wrkdirs/usr/ports/lang/gcc12/work/gcc-12.2.0/gcc/cp/module.cc:208:
In file included from
/wrkdirs/usr/ports/lang/gcc12/work/gcc-12.2.0/gcc/system.h:239:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:546:5: error: '__abi_tag__' attribute only
applies to structs, variables, functions, and namespaces
546 | _LIBCPP_INLINE_VISIBILITY
| ^
/usr/include/c++/v1/__config:813:37: note: expanded from macro
'_LIBCPP_INLINE_VISIBILITY' (Only the first 15 lines of the commit message are shown above ) |
14.0.0.s20230924 25 Sep 2023 17:30:27
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20230924 |
14.0.0.s20230917 18 Sep 2023 12:48:14
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20230917 |
14.0.0.s20230910 14 Sep 2023 11:28:53
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20230910 |
14.0.0.s20230903 06 Sep 2023 15:59:44
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20230903 |
14.0.0.s20230820 25 Aug 2023 17:53:50
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20230820 |
14.0.0.s20230813 15 Aug 2023 14:31:14
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20230813 |
14.0.0.s20230806 08 Aug 2023 15:47:57
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20230806 |
14.0.0.s20230730 01 Aug 2023 20:03:28
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20230730 |
14.0.0.s20230723 26 Jul 2023 14:00:45
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20230723
According to my tests, this snapshot should also fix PR 272566.
PR: 272566 |
14.0.0.s20230716 18 Jul 2023 08:08:46
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20230716 |
14.0.0.s20230709 16 Jul 2023 12:09:35
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20230709 |
14.0.0.s20230702 09 Jul 2023 20:31:49
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20230702 |
14.0.0.s20230625 01 Jul 2023 11:41:43
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20230625 |
14.0.0.s20230618 19 Jun 2023 19:42:34
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc14-devel: Update to 14.0.0.s20230618 |
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. |