svn commit: r433634 - in head/emulators: riscv-fesvr riscv-isa-sim

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Feb 8 07:08:26 UTC 2017


Author: lwhsu
Date: Wed Feb  8 07:08:25 2017
New Revision: 433634
URL: https://svnweb.freebsd.org/changeset/ports/433634

Log:
  - Makr only for amd64

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

Modified: head/emulators/riscv-fesvr/Makefile
==============================================================================
--- head/emulators/riscv-fesvr/Makefile	Wed Feb  8 07:00:12 2017	(r433633)
+++ head/emulators/riscv-fesvr/Makefile	Wed Feb  8 07:08:25 2017	(r433634)
@@ -10,6 +10,8 @@ COMMENT=	RISC-V Frontend Server
 
 LICENSE=	BSD3CLAUSE
 
+ONLY_FOR_ARCHS=	amd64
+
 GH_ACCOUNT=	freebsd-riscv
 GH_TAGNAME=	10a0333
 

Modified: head/emulators/riscv-isa-sim/Makefile
==============================================================================
--- head/emulators/riscv-isa-sim/Makefile	Wed Feb  8 07:00:12 2017	(r433633)
+++ head/emulators/riscv-isa-sim/Makefile	Wed Feb  8 07:08:25 2017	(r433634)
@@ -12,6 +12,8 @@ LICENSE=	BSD3CLAUSE
 
 LIB_DEPENDS=	libfesvr.so:emulators/riscv-fesvr
 
+ONLY_FOR_ARCHS=	amd64
+
 GH_ACCOUNT=	freebsd-riscv
 GH_TAGNAME=	11ec3a3
 


More information about the svn-ports-head mailing list