@@ -538,7 +538,12 @@
|
538 | 538 | 'ldflags': [ '-m64' ], |
539 | 539 | }], |
540 | 540 | [ 'host_arch=="ppc64" and OS not in "aix os400"', { |
541 | | -'cflags': [ '-m64', '-mminimal-toc' ], |
| 541 | +'conditions': [ |
| 542 | + [ 'clang==0', { |
| 543 | +'cflags': [ '-mminimal-toc' ], |
| 544 | + }], |
| 545 | + ], |
| 546 | +'cflags': [ '-m64' ], |
542 | 547 | 'ldflags': [ '-m64' ], |
543 | 548 | }], |
544 | 549 | [ 'host_arch=="s390x" and OS=="linux"', { |
@@ -558,7 +563,12 @@
|
558 | 563 | 'ldflags': [ '-m64' ], |
559 | 564 | }], |
560 | 565 | [ 'target_arch=="ppc64" and OS not in "aix os400"', { |
561 | | -'cflags': [ '-m64', '-mminimal-toc' ], |
| 566 | +'conditions': [ |
| 567 | + [ 'clang==0', { |
| 568 | +'cflags': [ '-mminimal-toc' ], |
| 569 | + }], |
| 570 | + ], |
| 571 | +'cflags': [ '-m64' ], |
562 | 572 | 'ldflags': [ '-m64' ], |
563 | 573 | }], |
564 | 574 | [ 'target_arch=="s390x" and OS=="linux"', { |
|