Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 2020 03:04: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: r557200 - head/net/usockets
Message-ID:  <202012070304.0B734CdR095317@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Dec  7 03:04:12 2020
New Revision: 557200
URL: https://svnweb.freebsd.org/changeset/ports/557200

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)
  Obtained from:	lonesome.com build testing

Modified:
  head/net/usockets/Makefile

Modified: head/net/usockets/Makefile
==============================================================================
--- head/net/usockets/Makefile	Mon Dec  7 02:56:11 2020	(r557199)
+++ head/net/usockets/Makefile	Mon Dec  7 03:04:12 2020	(r557200)
@@ -12,6 +12,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_FreeBSD_11=	error: unknown type name 'u_short'; did you mean 'short'?, etc
+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=		compiler:c++17-lang gmake ssl # c++17 only for temp C_++ code, otherwise it is c11
 USE_GITHUB=	yes



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