aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc7
diff options
context:
space:
mode:
authorCraig Leres <leres@FreeBSD.org>2020-12-18 01:51:03 +0000
committerCraig Leres <leres@FreeBSD.org>2020-12-18 01:51:03 +0000
commitabbce8dfe80315be7a36e4cc6bc041bf7c56f5db (patch)
tree5bac28a881f45d0cb312223c052177f9df874462 /lang/gcc7
parent63e8aad1b4018d26e60f3c304a20698af1159b26 (diff)
downloadports-abbce8dfe80315be7a36e4cc6bc041bf7c56f5db.tar.gz
ports-abbce8dfe80315be7a36e4cc6bc041bf7c56f5db.zip
lang/gcc7: Reduce ONLY_FOR_ARCHS to just amd64
devel/xtensa-esp32-elf no longer depends on gcc7 and the last port dependent on gcc7 is lang/J which only has amd64 in ONLY_FOR_ARCHS. Remove i386 from gcc7's ONLY_FOR_ARCHS so it matches lang/J.
Notes
Notes: svn path=/head/; revision=558343
Diffstat (limited to 'lang/gcc7')
-rw-r--r--lang/gcc7/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc7/Makefile b/lang/gcc7/Makefile
index e104a19e36c7..637eb05fcd9f 100644
--- a/lang/gcc7/Makefile
+++ b/lang/gcc7/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 i386
+ONLY_FOR_ARCHS= amd64
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr \