svn commit: r528030 - in head/lang: gcc8 gcc8-devel

Gerald Pfeifer gerald at FreeBSD.org
Sun Mar 8 12:24:17 UTC 2020


Author: gerald
Date: Sun Mar  8 12:24:16 2020
New Revision: 528030
URL: https://svnweb.freebsd.org/changeset/ports/528030

Log:
  Remove sparc64, which has not been working for far too long, from the
  list of supported architectures for the GCC 8 based ports.
  
  PR:		236839
  Agreed to by:	emaste

Modified:
  head/lang/gcc8-devel/Makefile
  head/lang/gcc8/Makefile

Modified: head/lang/gcc8-devel/Makefile
==============================================================================
--- head/lang/gcc8-devel/Makefile	Sun Mar  8 11:49:33 2020	(r528029)
+++ head/lang/gcc8-devel/Makefile	Sun Mar  8 12:24:16 2020	(r528030)
@@ -14,7 +14,7 @@ COMMENT=	GNU Compiler Collection 8
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
-ONLY_FOR_ARCHS=	aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpcspe sparc64
+ONLY_FOR_ARCHS=	aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpcspe
 
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr \

Modified: head/lang/gcc8/Makefile
==============================================================================
--- head/lang/gcc8/Makefile	Sun Mar  8 11:49:33 2020	(r528029)
+++ head/lang/gcc8/Makefile	Sun Mar  8 12:24:16 2020	(r528030)
@@ -14,7 +14,7 @@ COMMENT=	GNU Compiler Collection 8
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
-ONLY_FOR_ARCHS=	aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpcspe sparc64
+ONLY_FOR_ARCHS=	aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpcspe
 
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr \


More information about the svn-ports-all mailing list