aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc48
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2020-01-25 11:45:52 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2020-01-25 11:45:52 +0000
commit39d3407a77d064a0a130b65a460e9e232d92e418 (patch)
tree6b3ae4e85256758260c3517c7bd365aa959e62d2 /lang/gcc48
parentfa9472d39d1809792208f51b1c038a886fde97d6 (diff)
downloadports-39d3407a77d064a0a130b65a460e9e232d92e418.tar.gz
ports-39d3407a77d064a0a130b65a460e9e232d92e418.zip
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.
Notes
Notes: svn path=/head/; revision=524029
Diffstat (limited to 'lang/gcc48')
-rw-r--r--lang/gcc48/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile
index 4c9c5da81610..6a2db9e44c91 100644
--- a/lang/gcc48/Makefile
+++ b/lang/gcc48/Makefile
@@ -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 \