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.
This commit is contained in:
Craig Leres 2020-12-18 01:51:03 +00:00
parent 63e8aad1b4
commit abbce8dfe8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558343

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 i386
ONLY_FOR_ARCHS= amd64
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr \