svn commit: r528640 - head/lang/gcc10-devel

Gerald Pfeifer gerald at FreeBSD.org
Wed Mar 18 10:31:50 UTC 2020


Author: gerald
Date: Wed Mar 18 10:31:49 2020
New Revision: 528640
URL: https://svnweb.freebsd.org/changeset/ports/528640

Log:
  Forward port r528030 | gerald | 2020-03-08 from lang/gcc8:
  
    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

Modified:
  head/lang/gcc10-devel/Makefile

Modified: head/lang/gcc10-devel/Makefile
==============================================================================
--- head/lang/gcc10-devel/Makefile	Wed Mar 18 10:26:44 2020	(r528639)
+++ head/lang/gcc10-devel/Makefile	Wed Mar 18 10:31:49 2020	(r528640)
@@ -14,7 +14,7 @@ COMMENT=	GNU Compiler Collection 10
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
-ONLY_FOR_ARCHS=	aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 sparc64
+ONLY_FOR_ARCHS=	aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64
 
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr \


More information about the svn-ports-all mailing list