Skip to content

Commit 610cb7e

Browse files
committed
tools: update V8 gypfiles for 14.0
Refs: v8/v8@ea04731
1 parent c810d5f commit 610cb7e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

tools/v8_gypfiles/v8.gyp

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,16 @@
676676
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_maglev.*?v8_current_cpu == \\"x64\\".*?sources \\+= ")',
677677
],
678678
}],
679+
['v8_target_arch=="s390x"', {
680+
'sources': [
681+
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_maglev.*?v8_current_cpu == \\"s390x\\".*?sources \\+= ")',
682+
],
683+
}],
684+
['v8_target_arch=="ppc64"', {
685+
'sources': [
686+
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_maglev.*?v8_current_cpu == \\"ppc64\\".*?sources \\+= ")',
687+
],
688+
}],
679689
],
680690
}],
681691
['v8_enable_webassembly==1', {
@@ -1123,6 +1133,16 @@
11231133
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_maglev.*?v8_current_cpu == \\"x64\\".*?sources \\+= ")',
11241134
],
11251135
}],
1136+
['v8_target_arch=="s390x"', {
1137+
'sources': [
1138+
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_maglev.*?v8_current_cpu == \\"s390x\\".*?sources \\+= ")',
1139+
],
1140+
}],
1141+
['v8_target_arch=="ppc64"', {
1142+
'sources': [
1143+
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_maglev.*?v8_current_cpu == \\"ppc64\\".*?sources \\+= ")',
1144+
],
1145+
}],
11261146
],
11271147
}],
11281148
['v8_enable_webassembly==1', {

0 commit comments

Comments
 (0)