mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Forcefully disable RVV code in highway to let lang/node build on riscv64
Bump REVISION just in case, I strongly doubt this built with clang 19. ok volker@ (maintainer)
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ DIST_TUPLE = github qbit node-pledge 1.1.3 \
|
||||
DISTNAME = node-${NODE_VERSION}
|
||||
PKGNAME = ${DISTNAME:S/v//g}
|
||||
EPOCH = 0
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = lang devel
|
||||
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
Forcefully disable RVV support for now.
|
||||
|
||||
Index: deps/v8/third_party/highway/src/hwy/detect_compiler_arch.h
|
||||
--- deps/v8/third_party/highway/src/hwy/detect_compiler_arch.h.orig
|
||||
+++ deps/v8/third_party/highway/src/hwy/detect_compiler_arch.h
|
||||
@@ -266,7 +266,7 @@
|
||||
#define HWY_ARCH_WASM 0
|
||||
#endif
|
||||
|
||||
-#ifdef __riscv
|
||||
+#if 0
|
||||
#define HWY_ARCH_RISCV 1
|
||||
#else
|
||||
#define HWY_ARCH_RISCV 0
|
||||
Reference in New Issue
Block a user