mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
This port, lang/gcc48, is only still alive due to dependencies by
sysutils/uefi-edk2-bhyve and sysutils/memtest86+. Its successors lang/gcc49 and lang/gcc5 have left the tree already, and lang/gcc6 is scheduled for removal soon. Thus at least restrict to i386 and amd64, the only two platforms supported by those two dependant ports.
This commit is contained in:
parent
fa9472d39d
commit
39d3407a77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524029
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ LICENSE= GPLv3 GPLv3RLE
|
|||
LICENSE_COMB= multi
|
||||
|
||||
DEPRECATED= Unsupported by upstream. Use GCC 9 or newer instead.
|
||||
ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
LIB_DEPENDS= libgmp.so:math/gmp \
|
||||
libmpfr.so:math/mpfr \
|
||||
|
|
Loading…
Add table
Reference in a new issue