aboutsummaryrefslogtreecommitdiff
path: root/net/usockets
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-12-07 03:04:12 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-12-07 03:04:12 +0000
commite598f2ff2c79840174de3e9673c9bd0645896ed9 (patch)
tree15e51cc030b06d2e75f597a04a5cca7e6383dbce /net/usockets
parentcef8da8f00312a1b275ab44237af3c87b0d0fef1 (diff)
downloadports-e598f2ff2c79840174de3e9673c9bd0645896ed9.tar.gz
ports-e598f2ff2c79840174de3e9673c9bd0645896ed9.zip
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
Notes
Notes: svn path=/head/; revision=557200
Diffstat (limited to 'net/usockets')
-rw-r--r--net/usockets/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/usockets/Makefile b/net/usockets/Makefile
index e4fb6bd8b8f3..89c1a8526b4f 100644
--- a/net/usockets/Makefile
+++ b/net/usockets/Makefile
@@ -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