|
117 | 117 | 'cflags': [ '-gxcoff' ], |
118 | 118 | 'ldflags': [ '-Wl,-bbigtoc' ], |
119 | 119 | 'conditions': [ |
| 120 | + ['target_arch=="ppc64"', { |
| 121 | + 'ldflags': [ |
| 122 | + '-Wl,-blibpath:/usr/lib:/lib:' |
| 123 | + '/opt/freeware/lib/pthread/ppc64' |
| 124 | + ], |
| 125 | + }], |
| 126 | + ['target_arch=="ppc"', { |
| 127 | + 'ldflags': [ |
| 128 | + '-Wl,-blibpath:/usr/lib:/lib:/opt/freeware/lib/pthread' |
| 129 | + ], |
| 130 | + }], |
120 | 131 | ['"<(real_os_name)"=="OS400"', { |
121 | 132 | 'ldflags': [ |
122 | 133 | '-Wl,-blibpath:/QOpenSys/pkgs/lib:/QOpenSys/usr/lib', |
|
421 | 432 | 'variables': {'real_os_name': '<!(uname -s)',}, |
422 | 433 | 'conditions': [ |
423 | 434 | [ 'target_arch=="ppc"', { |
424 | | - 'ldflags': [ '-Wl,-bmaxdata:0x60000000/dsa' ], |
| 435 | + 'ldflags': [ |
| 436 | + '-Wl,-bmaxdata:0x60000000/dsa', |
| 437 | + '-Wl,-blibpath:/usr/lib:/lib:/opt/freeware/lib/pthread', |
| 438 | + ], |
425 | 439 | }], |
426 | 440 | [ 'target_arch=="ppc64"', { |
427 | 441 | 'cflags': [ '-maix64' ], |
428 | | - 'ldflags': [ '-maix64' ], |
| 442 | + 'ldflags': [ |
| 443 | + '-maix64', |
| 444 | + '-Wl,-blibpath:/usr/lib:/lib:' |
| 445 | + '/opt/freeware/lib/pthread/ppc64', |
| 446 | + ], |
429 | 447 | }], |
430 | 448 | ['"<(real_os_name)"=="OS400"', { |
431 | 449 | 'ldflags': [ |
|
0 commit comments