diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-12-08 16:12:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-12-08 16:12:51 +0000 |
commit | 62b7546042c163c1a0fb572e7e3927f7469b6a75 (patch) | |
tree | 70ec0d7ef95187887f56be23cc146edb44ecc28c | |
parent | Mark as BROKEN on riscv64. (diff) |
Fails the same was on riscv64 as on aarch64.
Approved by: portmgr (tier-2 blanket_
Obtained from: lonesome.com build testing
Notes
Notes:
svn path=/head/; revision=557293
-rw-r--r-- | devel/eastl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/eastl/Makefile b/devel/eastl/Makefile index 2ae26a472c23..353e6729d4fe 100644 --- a/devel/eastl/Makefile +++ b/devel/eastl/Makefile @@ -11,7 +11,7 @@ COMMENT= Electronic Arts Standard Template Library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -NOT_FOR_ARCHS= aarch64 +NOT_FOR_ARCHS= aarch64 riscv64 NOT_FOR_ARCHS_REASON= test/packages/EABase/include/Common/EABase/config/eaplatform.h:436:4: error: Unknown processor USES= cmake compiler:c++14-lang |