|
274 | 274 | '<(V8_ROOT)/src/builtins/mips/builtins-mips.cc',
|
275 | 275 | ],
|
276 | 276 | }],
|
| 277 | + ['v8_target_arch=="riscv64" or v8_target_arch=="riscv64"', { |
| 278 | + 'sources': [ |
| 279 | + '<(V8_ROOT)/src/builtins/riscv64/builtins-riscv64.cc', |
| 280 | + ], |
| 281 | + }], |
277 | 282 | ['v8_target_arch=="mips64" or v8_target_arch=="mips64el"', {
|
278 | 283 | 'sources': [
|
279 | 284 | '<(V8_ROOT)/src/builtins/mips64/builtins-mips64.cc',
|
|
686 | 691 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_current_cpu == \\"mips\\".*?sources \+= ")',
|
687 | 692 | ],
|
688 | 693 | }],
|
| 694 | + ['v8_target_arch=="riscv64"', { |
| 695 | + 'sources': [ ### gcmole(arch:riscv64) ### |
| 696 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_current_cpu == \\"riscv64.*?sources \+= ")', |
| 697 | + ], |
| 698 | + }], |
689 | 699 | ['v8_target_arch=="mips64" or v8_target_arch=="mips64el"', {
|
690 | 700 | 'sources': [ ### gcmole(arch:mips64el) ###
|
691 | 701 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_current_cpu == \\"mips64\\".*?sources \+= ")',
|
|
764 | 774 | }],
|
765 | 775 | # Platforms that don't have Compare-And-Swap (CAS) support need to link atomic library
|
766 | 776 | # to implement atomic memory access
|
767 |
| - ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "arm"]', { |
| 777 | + ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "arm", "riscv64"]', { |
768 | 778 | 'link_settings': {
|
769 | 779 | 'libraries': ['-latomic', ],
|
770 | 780 | },
|
|
1410 | 1420 | '<(V8_ROOT)/src/heap/base/asm/mips64/push_registers_asm.cc',
|
1411 | 1421 | ],
|
1412 | 1422 | }],
|
| 1423 | + ['_toolset == "host" and host_arch == "riscv64" or _toolset == "target" and target_arch=="riscv64"', { |
| 1424 | + 'sources': [ |
| 1425 | + '<(V8_ROOT)/src/heap/base/asm/riscv64/push_registers_asm.cc', |
| 1426 | + ], |
| 1427 | + }], |
1413 | 1428 | ]
|
1414 | 1429 | }],
|
1415 | 1430 | ['OS=="win"', {
|
|
0 commit comments