Skip to content

Commit 2a0fbd8

Browse files
Xiao-Taoaduh95
authored andcommitted
tools: fix loong64 build failed
PR-URL: #56466 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent edafab7 commit 2a0fbd8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/v8_gypfiles/v8.gyp

+5
Original file line numberDiff line numberDiff line change
@@ -1230,6 +1230,11 @@
12301230
'<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc',
12311231
],
12321232
}],
1233+
['(_toolset=="host" and host_arch=="x64" or _toolset=="target" and target_arch=="x64") and (OS=="linux")', {
1234+
'sources': [
1235+
'<(V8_ROOT)/src/trap-handler/handler-outside-simulator.cc',
1236+
],
1237+
}],
12331238
],
12341239
}],
12351240
],

0 commit comments

Comments
 (0)