diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2021-01-12 22:53:12 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2021-01-12 22:53:12 +0000 |
| commit | 8ea2a851c6154c7e0af7679f263495997dff766d (patch) | |
| tree | 03fb7b215360459b1963794ead6b7a0e02687671 /lang/ldc | |
| parent | 1ac11a8246b7e13fe946271e96f5cd8f829e2061 (diff) | |
Notes
Diffstat (limited to 'lang/ldc')
| -rw-r--r-- | lang/ldc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ldc/Makefile b/lang/ldc/Makefile index 4008f9189df9..67031ef2e835 100644 --- a/lang/ldc/Makefile +++ b/lang/ldc/Makefile @@ -13,6 +13,7 @@ LICENSE= BSD3CLAUSE BROKEN_armv6= fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf? BROKEN_armv7= fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf? BROKEN_i386= function core.bitop.bsf (uint v) is not callable using argument types (ulong) +BROKEN_riscv64= fails to compile: unable to get target for 'riscv64-portbld-freebsd13.0', see -version and -mtriple. LLVM_VERSION= 10 BUILD_DEPENDS= llvm70>0:devel/llvm70 \ |
