View | Details | Raw Unified | Return to bug 266651
Collapse All | Expand All

(-)b/lang/ldc/Makefile (+3 lines)
Lines 10-15 WWW= https://wiki.dlang.org/LDC Link Here
10
10
11
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
12
12
13
DEPRECATED=	Very outdated and unsupported upstream, depends on end of life devel/llvm70
14
EXPIRATION_DATE=2022-12-31
15
13
BROKEN_armv6=	fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf?
16
BROKEN_armv6=	fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf?
14
BROKEN_armv7=	fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf?
17
BROKEN_armv7=	fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf?
15
BROKEN_i386=	function core.bitop.bsf (uint v) is not callable using argument types (ulong)
18
BROKEN_i386=	function core.bitop.bsf (uint v) is not callable using argument types (ulong)

Return to bug 266651