Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2022-10-26 19:31:15 +0300
committerGitHub <noreply@github.com>2022-10-26 19:31:15 +0300
commite888855ed2eb1a0d2a617339d54e20a19055b407 (patch)
tree317473734a0fc55dbd25d06a0548a5353f47b70a /tools
parente9ba08e1163cdfa26a419fe265c2f3690ec4334c (diff)
tools: update V8 gypfiles for RISC-V
With the inclusion of the RISC-V 32-bit support in V8 the directory src/heap/base/asm/riscv64 has been renamed to riscv. PR-URL: https://github.com/nodejs/node/pull/45149 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Stewart X Addison <sxa@redhat.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/v8_gypfiles/v8.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp
index 09e6627b3b1..fdbac3bd1af 100644
--- a/tools/v8_gypfiles/v8.gyp
+++ b/tools/v8_gypfiles/v8.gyp
@@ -1639,7 +1639,7 @@
}],
['_toolset == "host" and host_arch == "riscv64" or _toolset == "target" and target_arch=="riscv64"', {
'sources': [
- '<(V8_ROOT)/src/heap/base/asm/riscv64/push_registers_asm.cc',
+ '<(V8_ROOT)/src/heap/base/asm/riscv/push_registers_asm.cc',
],
}],
['_toolset == "host" and host_arch == "loong64" or _toolset == "target" and target_arch=="loong64"', {