Skip to content

Commit 71c4d91

Browse files
richard-townsend-armtargos
authored andcommitted
build,win: add support for MSVC cross-compilation
* Fixes cases in icutools where commands were issued without .exe * Changes to build scripts * Add /fp:strict flag so that MSVC's floating point behaves correctly * Enables marmasm PR-URL: #32867 Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: João Reis <[email protected]>
1 parent ac7946e commit 71c4d91

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/v8_gypfiles/v8.gyp

+8
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,14 @@
779779
],
780780
}],
781781
],
782+
'conditions': [
783+
['OS=="win"', {
784+
'sources': [
785+
"<(V8_ROOT)/src/diagnostics/unwinding-info-win64.cc",
786+
"<(V8_ROOT)/src/diagnostics/unwinding-info-win64.h"
787+
],
788+
}],
789+
],
782790
}],
783791
['v8_target_arch=="mips" or v8_target_arch=="mipsel"', {
784792
'sources': [ ### gcmole(arch:mipsel) ###

0 commit comments

Comments
 (0)