From 1e11247b911f6747aef190c1a91ef39fd6392988 Mon Sep 17 00:00:00 2001 From: Lu Yahan Date: Tue, 10 Jan 2023 12:52:44 +0800 Subject: [PATCH] Revert "tools: update V8 gypfiles for RISC-V" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 48cf8905f763077e49ec71c2761c871f22b746a2. PR-URL: https://github.com/nodejs/node/pull/46156 Reviewed-By: Michaël Zasso Reviewed-By: Richard Lau Reviewed-By: Juan José Arboleda --- tools/v8_gypfiles/v8.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp index fe658dbfc1d055..42d74b619bb47a 100644 --- a/tools/v8_gypfiles/v8.gyp +++ b/tools/v8_gypfiles/v8.gyp @@ -1646,7 +1646,7 @@ }], ['_toolset == "host" and host_arch == "riscv64" or _toolset == "target" and target_arch=="riscv64"', { 'sources': [ - '<(V8_ROOT)/src/heap/base/asm/riscv/push_registers_asm.cc', + '<(V8_ROOT)/src/heap/base/asm/riscv64/push_registers_asm.cc', ], }], ['_toolset == "host" and host_arch == "loong64" or _toolset == "target" and target_arch=="loong64"', {