Port details |
- gcc11-devel GNU Compiler Collection 11
- 11.4.1.s20240710 lang
=2 11.4.1.s20240710Version of this port present on the latest quarterly branch.
- Maintainer: salvadore@FreeBSD.org
- Port Added: 2020-05-05 07:21:39
- Last Update: 2024-11-11 23:55:12
- Commit Hash: 2df79ea
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-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 gcc11, g++11,
and gfortran11, respectively.
Gerald Pfeifer <gerald@FreeBSD.org>
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gcc11-devel>0:lang/gcc11-devel
- Conflicts:
- CONFLICTS:
- No installation instructions:
- This port has been deleted.
- PKGNAME: gcc11-devel
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1720659622
SHA256 (gcc-11-20240710.tar.xz) = b1a85f3a6a6613db48c332736c3c8082439de640e8e28e1a7eeef3e29df4f908
SIZE (gcc-11-20240710.tar.xz) = 76350328
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.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 gcc11-devel-11.4.1.s20240710:
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_gcc11-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/gcc11
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 |
11.0.0.s20200802 06 Aug 2020 06:50:26 |
gerald |
Update to the 20200802 snapshot of GCC 11.0.0. |
11.0.0.s20200726 29 Jul 2020 22:39:47 |
gerald |
Update to the 20200726 snapshot of GCC 11.0.0. |
11.0.0.s20200719 23 Jul 2020 11:14:01 |
gerald |
Update to the 202000719 snapshot of GCC 11.0.0. |
11.0.0.s20200712 15 Jul 2020 05:34:43 |
gerald |
Update to the 202000712 snapshot of GCC 11.0.0. |
11.0.0.s20200705 10 Jul 2020 05:51:45 |
gerald |
Update to the 202000705 snapshot of GCC 11.0.0. |
11.0.0.s20200628 30 Jun 2020 06:05:08 |
gerald |
Update to the 20200628 snapshot of GCC 11.0.0.
The issue temporarily work around by reverting upstream changes via
files/patch-PR95805 has been resolved, so remove that hack (which is
in conflict now anyways). |
11.0.0.s20200621 25 Jun 2020 07:07:28 |
gerald |
Update to the 20200621 snapshot of GCC 11.0.0.
Temporarily add files/patch-PR95805 to address the GCC failing the
build with clang. |
11.0.0.s20200614 18 Jun 2020 11:14:47 |
gerald |
Update to the 20200614 snapshot of GCC 11.0.0. |
11.0.0.s20200607 11 Jun 2020 10:08:23 |
gerald |
Update to the 20200607 snapshot of GCC 11.0.0. |
11.0.0.s20200531 05 Jun 2020 06:53:35 |
gerald |
Update to the 20200531 snapshot of GCC 11.0.0. |
11.0.0.s20200524 28 May 2020 13:36:44 |
gerald |
Update to the 20200524 snapshot of GCC 11.0.0.
GCC decided to move to C++11 as a minimum build requirement for GCC 11
and later; use compiler:c++11-lang to declare that. |
11.0.0.s20200517 21 May 2020 07:58:39 |
gerald |
Update to the 20200517 snapshot of GCC 11.0.0. |
11.0.0.s20200510 15 May 2020 09:21:19 |
gerald |
Update to the 20200510 snapshot of GCC 11.0.0 as stage 1 proceeds.
This includes a little upstream contributions of mine that defines
__ILP32__ on all 32-bit x86 targets. [1]
PR: 246288 [1] |
11.0.0.s20200503 05 May 2020 07:21:34 |
gerald |
Welcome GCC 11 in form of its first development snapshot (directly after
GCC 10 has branched for its release).
For the next year or so this is going to see significant changes and
fluctuations in quality as new functionality and optimizations are
added, so use with care (and definitely not for production). We'll
be following weekly snapshots. |