Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 2020 02:56: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: r557199 - head/archivers/unarr
Message-ID:  <202012070256.0B72uCQ5088167@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Dec  7 02:56:11 2020
New Revision: 557199
URL: https://svnweb.freebsd.org/changeset/ports/557199

Log:
  Mark as BROKEN on riscv64:
  
    Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension (ignoring target-abi)
    ld: error: lto.tmp: cannot link object files with different floating-point ABI
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/archivers/unarr/Makefile

Modified: head/archivers/unarr/Makefile
==============================================================================
--- head/archivers/unarr/Makefile	Mon Dec  7 02:14:40 2020	(r557198)
+++ head/archivers/unarr/Makefile	Mon Dec  7 02:56:11 2020	(r557199)
@@ -11,6 +11,8 @@ COMMENT=	Decompression library for RAR, TAR, ZIP and 7
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_riscv64=		fails to build: Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension
+
 USES=		cmake
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes



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