git: da440c0db212 - 2022Q3 - devel/marl: Not for riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Jul 2022 23:32:18 UTC
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=da440c0db212a3b44ba847a1389548c7bf090c7b commit da440c0db212a3b44ba847a1389548c7bf090c7b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-26 23:31:08 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-26 23:32:14 +0000 devel/marl: Not for riscv64 Reported by: fallout (cherry picked from commit 76b43ebb8b1018328590df81f8e8399ef6e44677) --- devel/marl/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/marl/Makefile b/devel/marl/Makefile index 48c1469ffe3d..60ff905dd8a3 100644 --- a/devel/marl/Makefile +++ b/devel/marl/Makefile @@ -8,6 +8,9 @@ COMMENT= Hybrid thread / fiber task scheduler written in C++11 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +NOT_FOR_ARCHS= riscv64 +NOT_FOR_ARCHS_REASON= assembly isn't implemented, see src/osfiber_asm.h + USES= cmake:testing compiler:c++11-lang USE_LDCONFIG= yes