svn commit: r562657 - head/emulators/riscv-isa-sim

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jan 26 13:16:54 UTC 2021


Author: pkubaj
Date: Tue Jan 26 13:16:54 2021
New Revision: 562657
URL: https://svnweb.freebsd.org/changeset/ports/562657

Log:
  emulators/riscv-isa-sim: enable on powerpc64le

Modified:
  head/emulators/riscv-isa-sim/Makefile

Modified: head/emulators/riscv-isa-sim/Makefile
==============================================================================
--- head/emulators/riscv-isa-sim/Makefile	Tue Jan 26 13:12:23 2021	(r562656)
+++ head/emulators/riscv-isa-sim/Makefile	Tue Jan 26 13:16:54 2021	(r562657)
@@ -10,7 +10,7 @@ COMMENT=	Spike, a RISC-V ISA Simulator
 
 LICENSE=	BSD3CLAUSE
 
-ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS=	amd64 powerpc64le
 
 USES=	compiler:c++11-lang gmake shebangfix
 


More information about the svn-ports-all mailing list