File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 16011601 }],
16021602 # end of conditions from 'BUILD.gn'
16031603
1604+ # https://chromium-review.googlesource.com/c/v8/v8/+/7683553
1605+ ['v8_target_arch=="ia32" or v8_target_arch=="x64"' , {
1606+ 'sources' : ['<(V8_ROOT)/src/base/cpu/cpu-x86.cc' ],
1607+ }],
1608+ ['v8_target_arch=="arm" or v8_target_arch=="arm64"' , {
1609+ 'sources' : ['<(V8_ROOT)/src/base/cpu/cpu-arm.cc' ],
1610+ }],
1611+ ['v8_target_arch=="riscv64"' , {
1612+ 'sources' : ['<(V8_ROOT)/src/base/cpu/cpu-riscv.cc' ],
1613+ }],
1614+ ['v8_target_arch=="loong64"' , {
1615+ 'sources' : ['<(V8_ROOT)/src/base/cpu/cpu-loong64.cc' ],
1616+ }],
1617+ ['v8_target_arch=="mips64" or v8_target_arch=="mips64el"' , {
1618+ 'sources' : ['<(V8_ROOT)/src/base/cpu/cpu-mips64.cc' ],
1619+ }],
1620+ ['v8_target_arch=="ppc64"' , {
1621+ 'sources' : ['<(V8_ROOT)/src/base/cpu/cpu-ppc.cc' ],
1622+ }],
1623+ ['v8_target_arch=="s390x"' , {
1624+ 'sources' : ['<(V8_ROOT)/src/base/cpu/cpu-s390.cc' ],
1625+ }],
1626+
16041627 # Node.js validated
16051628 ['OS=="solaris"' , {
16061629 'link_settings' : {
You can’t perform that action at this time.
0 commit comments