Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2021 00:44:09 +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: r563855 - head/devel/llbuild
Message-ID:  <202102030044.1130i9nS000268@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Feb  3 00:44:09 2021
New Revision: 563855
URL: https://svnweb.freebsd.org/changeset/ports/563855

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

Modified:
  head/devel/llbuild/Makefile

Modified: head/devel/llbuild/Makefile
==============================================================================
--- head/devel/llbuild/Makefile	Wed Feb  3 00:27:55 2021	(r563854)
+++ head/devel/llbuild/Makefile	Wed Feb  3 00:44:09 2021	(r563855)
@@ -14,6 +14,7 @@ LICENSE_COMB=	multi
 LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE.txt
 
 BROKEN_aarch64=		fails to link: undefined symbol: sbrk
+BROKEN_riscv64=		fails to link: undefined symbol: sbrk
 BROKEN_FreeBSD_11_powerpc64=	fails to build on powerpc64 elfv1: unrecognized command line option "-Wdocumentation"
 BROKEN_FreeBSD_12_powerpc64=	fails to build on powerpc64 elfv1: unrecognized command line option "-Wdocumentation"
 



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