svn commit: r563142 - head/emulators/riscv-isa-sim
Piotr Kubaj
pkubaj at FreeBSD.org
Thu Jan 28 15:33:11 UTC 2021
Author: pkubaj
Date: Thu Jan 28 15:33:10 2021
New Revision: 563142
URL: https://svnweb.freebsd.org/changeset/ports/563142
Log:
emulators/riscv-isa-sim: enable on powerpc64
Modified:
head/emulators/riscv-isa-sim/Makefile
Modified: head/emulators/riscv-isa-sim/Makefile
==============================================================================
--- head/emulators/riscv-isa-sim/Makefile Thu Jan 28 15:21:16 2021 (r563141)
+++ head/emulators/riscv-isa-sim/Makefile Thu Jan 28 15:33:10 2021 (r563142)
@@ -10,7 +10,7 @@ COMMENT= Spike, a RISC-V ISA Simulator
LICENSE= BSD3CLAUSE
-ONLY_FOR_ARCHS= amd64 powerpc64le
+ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le
USES= compiler:c++11-lang gmake shebangfix
More information about the svn-ports-all
mailing list