svn commit: r524646 - head/devel/ispc

Yuri Victorovich yuri at FreeBSD.org
Thu Jan 30 15:28:48 UTC 2020


Author: yuri
Date: Thu Jan 30 15:28:48 2020
New Revision: 524646
URL: https://svnweb.freebsd.org/changeset/ports/524646

Log:
  devel/ispc: Add aarch64 to supported architectures
  
  Reported by:	greg at unrelenting.technology

Modified:
  head/devel/ispc/Makefile

Modified: head/devel/ispc/Makefile
==============================================================================
--- head/devel/ispc/Makefile	Thu Jan 30 14:51:54 2020	(r524645)
+++ head/devel/ispc/Makefile	Thu Jan 30 15:28:48 2020	(r524646)
@@ -13,8 +13,8 @@ COMMENT=	Intel's compiler for high-performance SIMD pr
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-ONLY_FOR_ARCHS=		amd64 i386
-ONLY_FOR_ARCHS_REASON=	only available for x86 architectures
+ONLY_FOR_ARCHS=		aarch64 amd64 i386
+ONLY_FOR_ARCHS_REASON=	only available for these architectures
 
 BUILD_DEPENDS=	m4:devel/m4
 LIB_DEPENDS=	libLLVM.so:devel/llvm${LLVM_DEFAULT}


More information about the svn-ports-all mailing list