1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00: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:
Gerald Pfeifer 2020-01-25 11:45:52 +00:00
parent fa9472d39d
commit 39d3407a77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524029

View File

@ -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 \