diff options
author | Meng Zhuo <mengzhuo1203@gmail.com> | 2025-07-12 01:52:43 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-07-12 01:55:21 -0700 |
commit | 217e2ef96c2280727e1fa97d5bd629e90bff942c (patch) | |
tree | 9518f568c9adb13725c7eb5a3f706f5310a2c5c2 | |
parent | devel/ispc: update 1.26.0 → 1.27.0 (diff) |
net/usockets: Enable riscv64 build
Differential Revision: https://reviews.freebsd.org/D51271
-rw-r--r-- | net/usockets/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/usockets/Makefile b/net/usockets/Makefile index d7b4ef6980be..1b53794ad6d7 100644 --- a/net/usockets/Makefile +++ b/net/usockets/Makefile @@ -11,8 +11,6 @@ WWW= https://github.com/uNetworking/uSockets LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -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 ssl USE_LDCONFIG= yes |