Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2020 15:28:48 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524646 - head/devel/ispc
Message-ID:  <202001301528.00UFSm8g042848@repo.freebsd.org>

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



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