|
148 | 148 | 'cflags': [ '-gxcoff' ],
|
149 | 149 | 'ldflags': [ '-Wl,-bbigtoc' ],
|
150 | 150 | 'conditions': [
|
| 151 | + ['target_arch=="ppc64"', { |
| 152 | + 'ldflags': [ |
| 153 | + '-Wl,-blibpath:/usr/lib:/lib:' |
| 154 | + '/opt/freeware/lib/pthread/ppc64' |
| 155 | + ], |
| 156 | + }], |
| 157 | + ['target_arch=="ppc"', { |
| 158 | + 'ldflags': [ |
| 159 | + '-Wl,-blibpath:/usr/lib:/lib:/opt/freeware/lib/pthread' |
| 160 | + ], |
| 161 | + }], |
151 | 162 | ['"<(real_os_name)"=="OS400"', {
|
152 | 163 | 'ldflags': [
|
153 | 164 | '-Wl,-blibpath:/QOpenSys/pkgs/lib:/QOpenSys/usr/lib',
|
|
460 | 471 | 'variables': {'real_os_name': '<!(uname -s)',},
|
461 | 472 | 'conditions': [
|
462 | 473 | [ 'target_arch=="ppc"', {
|
463 |
| - 'ldflags': [ '-Wl,-bmaxdata:0x60000000/dsa' ], |
| 474 | + 'ldflags': [ |
| 475 | + '-Wl,-bmaxdata:0x60000000/dsa', |
| 476 | + '-Wl,-blibpath:/usr/lib:/lib:/opt/freeware/lib/pthread', |
| 477 | + ], |
464 | 478 | }],
|
465 | 479 | [ 'target_arch=="ppc64"', {
|
466 | 480 | 'cflags': [ '-maix64' ],
|
467 |
| - 'ldflags': [ '-maix64' ], |
| 481 | + 'ldflags': [ |
| 482 | + '-maix64', |
| 483 | + '-Wl,-blibpath:/usr/lib:/lib:' |
| 484 | + '/opt/freeware/lib/pthread/ppc64', |
| 485 | + ], |
468 | 486 | }],
|
469 | 487 | ['"<(real_os_name)"=="OS400"', {
|
470 | 488 | 'ldflags': [
|
|
0 commit comments