Skip to content

Commit

Permalink
Revert "tools: update V8 gypfiles for RISC-V"
Browse files Browse the repository at this point in the history
This reverts commit 48cf890.

PR-URL: #46156
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
  • Loading branch information
luyahan authored and juanarbol committed Jan 22, 2023
1 parent 7599b91 commit 1e11247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/v8_gypfiles/v8.gyp
Expand Up @@ -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"', {
Expand Down

0 comments on commit 1e11247

Please sign in to comment.