File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 88
88
['OS=="aix"' , {
89
89
'cflags' : [ '-gxcoff' ],
90
90
'ldflags' : [ '-Wl,-bbigtoc' ],
91
+ 'conditions' : [
92
+ ['target_arch=="ppc64"' , {
93
+ 'ldflags' : [
94
+ '-Wl,-blibpath:/usr/lib:/lib:'
95
+ '/opt/freeware/lib/pthread/ppc64'
96
+ ],
97
+ }],
98
+ ['target_arch=="ppc"' , {
99
+ 'ldflags' : [
100
+ '-Wl,-blibpath:/usr/lib:/lib:/opt/freeware/lib/pthread'
101
+ ],
102
+ }],
103
+ ],
91
104
}],
92
105
['OS == "android"' , {
93
106
'cflags' : [ '-fPIE' ],
337
350
[ 'OS=="aix"' , {
338
351
'conditions' : [
339
352
[ 'target_arch=="ppc"' , {
340
- 'ldflags' : [ '-Wl,-bmaxdata:0x60000000/dsa' ],
353
+ 'ldflags' : [
354
+ '-Wl,-bmaxdata:0x60000000/dsa' ,
355
+ '-Wl,-blibpath:/usr/lib:/lib:/opt/freeware/lib/pthread' ,
356
+ ],
341
357
}],
342
358
[ 'target_arch=="ppc64"' , {
343
359
'cflags' : [ '-maix64' ],
344
- 'ldflags' : [ '-maix64' ],
360
+ 'ldflags' : [
361
+ '-maix64' ,
362
+ '-Wl,-blibpath:/usr/lib:/lib:'
363
+ '/opt/freeware/lib/pthread/ppc64' ,
364
+ ],
345
365
}],
346
366
],
347
367
'ldflags' : [ '-Wl,-bbigtoc' ],
You can’t perform that action at this time.
0 commit comments