svn commit: r557200 - head/net/usockets

Mark Linimon linimon at FreeBSD.org
Mon Dec 7 03:04:13 UTC 2020


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


More information about the svn-ports-head mailing list