mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Recommend the use of GCC 8 (instead of GCC 7 until now) to replace
these older versions of GCC - GCC 4.8, GCC 5, and GCC 6 - which have been end-of-lifed upstream many moons ago. GCC 8 has been the default version of GCC in the Ports Collection for a while and as such proven itself, plus of all versions it is most likely to be present/used. No functional change, just updated advice to our users.
This commit is contained in:
parent
fb252b60a7
commit
e66727024b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504065
3 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ COMMENT= GNU Compiler Collection 4.8
|
||||||
LICENSE= GPLv3 GPLv3RLE
|
LICENSE= GPLv3 GPLv3RLE
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|
||||||
DEPRECATED= Unsupported by upstream. Use GCC 7 or newer instead.
|
DEPRECATED= Unsupported by upstream. Use GCC 8 or newer instead.
|
||||||
ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64
|
ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64
|
||||||
|
|
||||||
LIB_DEPENDS= libgmp.so:math/gmp \
|
LIB_DEPENDS= libgmp.so:math/gmp \
|
||||||
|
|
|
@ -14,7 +14,7 @@ COMMENT= GNU Compiler Collection 5
|
||||||
LICENSE= GPLv3 GPLv3RLE
|
LICENSE= GPLv3 GPLv3RLE
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|
||||||
DEPRECATED= Unsupported by upstream. Use GCC 7 or newer instead.
|
DEPRECATED= Unsupported by upstream. Use GCC 8 or newer instead.
|
||||||
ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 powerpcspe sparc64
|
ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 powerpcspe sparc64
|
||||||
BROKEN_sparc64= Does not build: bootstrap comparison failure
|
BROKEN_sparc64= Does not build: bootstrap comparison failure
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ COMMENT= GNU Compiler Collection 6
|
||||||
LICENSE= GPLv3 GPLv3RLE
|
LICENSE= GPLv3 GPLv3RLE
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|
||||||
DEPRECATED= Unsupported by upstream. Use GCC 7 or newer instead.
|
DEPRECATED= Unsupported by upstream. Use GCC 8 or newer instead.
|
||||||
ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpcspe sparc64
|
ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpcspe sparc64
|
||||||
BROKEN_sparc64= fails to configure: cannot compute suffix of object files: cannot compile
|
BROKEN_sparc64= fails to configure: cannot compute suffix of object files: cannot compile
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue