diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-12-09 09:06:48 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-12-09 09:06:48 +0800 |
commit | d4ff05b27d6f8e8625d3697249412932dda91988 (patch) | |
tree | cfeaeeff2ef9d941ce31fc336eea20d84cf7bdf5 /lang | |
parent | 31069994fcc1f4fcf9419107eb15f1570373a297 (diff) | |
download | freebsd-ports-gnome-d4ff05b27d6f8e8625d3697249412932dda91988.tar.gz freebsd-ports-gnome-d4ff05b27d6f8e8625d3697249412932dda91988.tar.zst freebsd-ports-gnome-d4ff05b27d6f8e8625d3697249412932dda91988.zip |
Mark as BROKEN on riscv64.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cling/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cling/Makefile b/lang/cling/Makefile index 66baa2f5ea5a..224a452cbf03 100644 --- a/lang/cling/Makefile +++ b/lang/cling/Makefile @@ -20,6 +20,7 @@ LICENSE_PERMS_LLVM= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BROKEN_armv6= fails to compile: AArch64TargetMachine.cpp: relocation truncated to fit: R_ARM_CALL against symbol '__aeabi_uldivmod' BROKEN_armv7= fails to compile: AArch64TargetMachine.cpp: relocation truncated to fit: R_ARM_CALL against symbol '__aeabi_uldivmod' +BROKEN_riscv64= fails to build: CMake Error at cmake/config-ix.cmake:407: Unknown architecture riscv64 BROKEN_FreeBSD_12_powerpc64= fails to build: src/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h:722:26: could not convert '((llvm::orc::remote::OrcRemoteTargetClient<ChannelT>*)this)->callB<llvm::orc::remote::OrcRemoteTargetRPCAPI::ReadMem>(Src, Size)' LIB_DEPENDS= libgtest.so:devel/googletest \ |