Port details |
- gcc13 GNU Compiler Collection 13
- 13.1.0_1 lang
=2 13.1.0_1Version of this port present on the latest quarterly branch. - Maintainer: salvadore@FreeBSD.org
 - Port Added: 2023-04-29 15:27:09
- Last Update: 2023-06-19 15:19:22
- Commit Hash: 91117ec
- People watching this port, also watch:: rsync, git, smartmontools, pkg, sudo
- License: GPLv3 GPLv3RLE
- Description:
- GCC, the GNU Compiler Collection, supports a number of languages.
This port installs the C, C++, and Fortran front ends as gcc13, g++13,
and gfortran13, respectively.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/lang/gcc13/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/gcc13
- pkg install gcc13
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gcc13
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1682499412
SHA256 (gcc-13.1.0.tar.xz) = 61d684f0aa5e76ac6585ad8898a2427aade8979ed5e7f85492286c4dfc13ee86
SIZE (gcc-13.1.0.tar.xz) = 87451196
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.32.r0<5.33 : lang/perl5.32
- 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 gcc13-13.1.0_1:
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=on: Build using a full LTO bootstrap
STANDARD_BOOTSTRAP=off: Build using a full bootstrap without LTO
===> Use 'make config' to modify these settings
- Options name:
- lang_gcc13
- 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/gcc13
For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
transparently.
- WWW: https://gcc.gnu.org
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
13.1.0_1 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. |
13.1.0_1 02 May 2023 09:39:47
    |
Piotr Kubaj (pkubaj)  |
lang/gcc13: switch to using clang on powerpc64*
As with other released GCC versions (as opposed to snapshots), use base
clang to build this port. |
13.1.0 29 Apr 2023 15:23:21
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13: Add port
GCC, the GNU Compiler Collection, supports a number of languages.
This port installs the C, C++, and Fortran front ends as gcc13,
g++13, and gfortran13, respectively.
This is the first release from the GCC 13 series.
It largely is a copy of lang/gcc13-devel, with release-specific
modifications from lang/gcc12.
Common issues that could happen when porting code to GCC 13:
https://gcc.gnu.org/gcc-13/porting_to.html
Changes: https://gcc.gnu.org/gcc-13/changes.html
Reviewed by: gerald, Dan McGregor <dan.mcgregor@usask.ca>
Differential Revision: https://reviews.freebsd.org/D39841 |
Number of commits found: 3
|