◐ Shell
clean mode source ↗

tools: fix loong64 build failed · nodejs/node@589d0ae

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 589d0ae

Xiao-Taomarco-ippolito

authored and

committed

tools: fix loong64 build failed

PR-URL: #56466 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions

Original file line numberDiff line numberDiff line change

@@ -1045,6 +1045,11 @@

10451045

'<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc',

10461046

],

10471047

}],

1048+

['(_toolset=="host" and host_arch=="x64" or _toolset=="target" and target_arch=="x64") and (OS=="linux")', {

1049+

'sources': [

1050+

'<(V8_ROOT)/src/trap-handler/handler-outside-simulator.cc',

1051+

],

1052+

}],

10481053

],

10491054

}],

10501055

],

0 commit comments