Date: Wed, 8 Feb 2017 07:08:25 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433634 - in head/emulators: riscv-fesvr riscv-isa-sim Message-ID: <201702080708.v1878PSZ018382@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702080708.v1878PSZ018382>