Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 22d7017

Browse filesBrowse files
luyahanruyadorno
authored andcommitted
tools: fix riscv64 build failed
PR-URL: #52888 Reviewed-By: Stewart X Addison <sxa@redhat.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent f4f777f commit 22d7017
Copy full SHA for 22d7017

File tree

Expand file treeCollapse file tree

1 file changed

+17
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+17
-0
lines changed
Open diff view settings
Collapse file

‎tools/v8_gypfiles/v8.gyp‎

Copy file name to clipboardExpand all lines: tools/v8_gypfiles/v8.gyp
+17Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,6 +1168,23 @@
11681168
'sources': [
11691169
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_wasm_gdb_remote_debugging.*?v8_current_cpu == \\"riscv64\\".*?sources \\+= ")',
11701170
],
1171+
'conditions': [
1172+
['v8_enable_webassembly==1', {
1173+
'conditions': [
1174+
['((_toolset=="host" and host_arch=="riscv64" or _toolset=="target" and target_arch=="riscv64") and (OS=="linux")) or ((_toolset=="host" and host_arch=="x64" or _toolset=="target" and target_arch=="x64") and (OS=="linux"))', {
1175+
'sources': [
1176+
'<(V8_ROOT)/src/trap-handler/handler-inside-posix.cc',
1177+
'<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc',
1178+
],
1179+
}],
1180+
['(_toolset=="host" and host_arch=="x64" or _toolset=="target" and target_arch=="x64") and (OS=="linux")', {
1181+
'sources': [
1182+
'<(V8_ROOT)/src/trap-handler/handler-outside-simulator.cc',
1183+
],
1184+
}],
1185+
],
1186+
}],
1187+
],
11711188
}],
11721189
['v8_target_arch=="loong64"', {
11731190
'sources': [

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.