|
425 | 425 | '<(V8_ROOT)/src/builtins/mips64/builtins-mips64.cc',
|
426 | 426 | ],
|
427 | 427 | }],
|
428 |
| - ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { |
| 428 | + ['v8_target_arch=="ppc"', { |
| 429 | + 'sources': [ |
| 430 | + '<(V8_ROOT)/src/builtins/ppc/builtins-ppc.cc', |
| 431 | + ], |
| 432 | + }], |
| 433 | + ['v8_target_arch=="ppc64"', { |
429 | 434 | 'sources': [
|
430 | 435 | '<(V8_ROOT)/src/builtins/ppc/builtins-ppc.cc',
|
431 | 436 | ],
|
|
590 | 595 | ],
|
591 | 596 | 'direct_dependent_settings': {
|
592 | 597 | 'sources': [
|
| 598 | + '<(V8_ROOT)/include/v8-fast-api-calls.h', |
593 | 599 | '<(V8_ROOT)/include/v8-internal.h',
|
594 | 600 | '<(V8_ROOT)/include/v8.h',
|
595 | 601 | '<(V8_ROOT)/include/v8config.h',
|
|
768 | 774 | }],
|
769 | 775 | ['v8_target_arch=="arm"', {
|
770 | 776 | 'sources': [ ### gcmole(arch:arm) ###
|
771 |
| - '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_current_cpu == \\"arm.*?sources \+= ")', |
| 777 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_current_cpu == \\"arm\\".*?sources \+= ")', |
772 | 778 | ],
|
773 | 779 | }],
|
774 | 780 | ['v8_target_arch=="arm64"', {
|
775 | 781 | 'sources': [ ### gcmole(arch:arm64) ###
|
776 |
| - '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_current_cpu == \\"arm64.*?sources \+= ")', |
| 782 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_current_cpu == \\"arm64\\".*?sources \+= ")', |
777 | 783 | ],
|
778 | 784 | }],
|
779 | 785 | ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', {
|
780 | 786 | 'sources': [ ### gcmole(arch:mipsel) ###
|
781 |
| - '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_current_cpu == \\"mips.*?sources \+= ")', |
| 787 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_current_cpu == \\"mips\\".*?sources \+= ")', |
782 | 788 | ],
|
783 | 789 | }],
|
784 | 790 | ['v8_target_arch=="mips64" or v8_target_arch=="mips64el"', {
|
785 | 791 | 'sources': [ ### gcmole(arch:mips64el) ###
|
786 |
| - '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_current_cpu == \\"mips64.*?sources \+= ")', |
| 792 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_current_cpu == \\"mips64\\".*?sources \+= ")', |
787 | 793 | ],
|
788 | 794 | }],
|
789 |
| - ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { |
| 795 | + ['v8_target_arch=="ppc"', { |
790 | 796 | 'sources': [ ### gcmole(arch:ppc) ###
|
791 |
| - '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_current_cpu == \\"ppc.*?sources \+= ")', |
| 797 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_current_cpu == \\"ppc\\".*?sources \+= ")', |
| 798 | + ], |
| 799 | + }], |
| 800 | + ['v8_target_arch=="ppc64"', { |
| 801 | + 'sources': [ ### gcmole(arch:ppc64) ### |
| 802 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_current_cpu == \\"ppc64\\".*?sources \+= ")', |
792 | 803 | ],
|
793 | 804 | }],
|
794 | 805 | ['v8_target_arch=="s390x"', {
|
795 | 806 | 'sources': [ ### gcmole(arch:s390) ###
|
796 |
| - '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_current_cpu == \\"s390.*?sources \+= ")', |
| 807 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_current_cpu == \\"s390\\".*?sources \+= ")', |
797 | 808 | ],
|
798 | 809 | }],
|
799 | 810 | ['OS=="win"', {
|
|
0 commit comments