| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9a61a7a commit a4f50a6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -120,6 +120,17 @@ | |||
| 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,11 +435,18 @@ | |||
| 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': [ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments