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