From d2afd0e2b6b91f432723b4ea61eb13363dd353f6 Mon Sep 17 00:00:00 2001 From: Debian Javascript Maintainers Date: Wed, 11 Jan 2023 16:42:19 +0000 Subject: [PATCH] fix-ftbfs-riscv64-18-13-0 Gbp-Pq: Topic riscv Gbp-Pq: Name fix-ftbfs-riscv64-18-13-0.patch --- 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 fe658dbfc..42d74b619 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"', { -- 2.30.2