Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Dec 2020 01:51:03 +0000 (UTC)
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558343 - head/lang/gcc7
Message-ID:  <202012180151.0BI1p3i1001086@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012180151.0BI1p3i1001086>