Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2021 22:53:12 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561399 - head/lang/ldc
Message-ID:  <202101122253.10CMrCxS057723@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Jan 12 22:53:12 2021
New Revision: 561399
URL: https://svnweb.freebsd.org/changeset/ports/561399

Log:
  Mark as BROKEN on riscv64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/lang/ldc/Makefile

Modified: head/lang/ldc/Makefile
==============================================================================
--- head/lang/ldc/Makefile	Tue Jan 12 22:22:22 2021	(r561398)
+++ head/lang/ldc/Makefile	Tue Jan 12 22:53:12 2021	(r561399)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101122253.10CMrCxS057723>