svn commit: r558343 - head/lang/gcc7
Craig Leres
leres at FreeBSD.org
Fri Dec 18 01:51:04 UTC 2020
Author: leres
Date: Fri Dec 18 01:51:03 2020
New Revision: 558343
URL: https://svnweb.freebsd.org/changeset/ports/558343
Log:
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.
Modified:
head/lang/gcc7/Makefile
Modified: head/lang/gcc7/Makefile
==============================================================================
--- head/lang/gcc7/Makefile Fri Dec 18 01:33:03 2020 (r558342)
+++ head/lang/gcc7/Makefile Fri Dec 18 01:51:03 2020 (r558343)
@@ -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 \
More information about the svn-ports-all
mailing list