File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 94
94
'msvs_configuration_platform' : 'x64' ,
95
95
}],
96
96
['OS=="aix"' , {
97
+ 'variables' : {'real_os_name' : '<!(uname -s)' ,},
97
98
'cflags' : [ '-gxcoff' ],
98
99
'ldflags' : [ '-Wl,-bbigtoc' ],
100
+ 'conditions' : [
101
+ ['"<(real_os_name)"=="OS400"' , {
102
+ 'ldflags' : [
103
+ '-Wl,-blibpath:/QOpenSys/pkgs/lib:/QOpenSys/usr/lib' ,
104
+ '-Wl,-brtl' ,
105
+ ],
106
+ }],
107
+ ],
99
108
}],
100
109
['OS == "android"' , {
101
110
'cflags' : [ '-fPIE' ],
345
354
'ldflags!' : [ '-pthread' ],
346
355
}],
347
356
[ 'OS=="aix"' , {
357
+ 'variables' : {'real_os_name' : '<!(uname -s)' ,},
348
358
'conditions' : [
349
359
[ 'target_arch=="ppc"' , {
350
360
'ldflags' : [ '-Wl,-bmaxdata:0x60000000/dsa' ],
353
363
'cflags' : [ '-maix64' ],
354
364
'ldflags' : [ '-maix64' ],
355
365
}],
366
+ ['"<(real_os_name)"=="OS400"' , {
367
+ 'ldflags' : [
368
+ '-Wl,-blibpath:/QOpenSys/pkgs/lib:/QOpenSys/usr/lib' ,
369
+ '-Wl,-brtl' ,
370
+ ],
371
+ }],
356
372
],
357
373
'ldflags' : [ '-Wl,-bbigtoc' ],
358
374
'ldflags!' : [ '-rdynamic' ],
Original file line number Diff line number Diff line change 970
970
971
971
'conditions' : [
972
972
[ 'OS=="aix" and node_shared=="true"' , {
973
+ 'variables' : {'real_os_name' : '<!(uname -s)' ,},
973
974
'targets' : [
974
975
{
975
976
'target_name' : 'node_aix_shared' ,
988
989
'ldflags' : [
989
990
'-Wl,-blibpath:/usr/lib:/lib:/opt/freeware/lib/pthread'
990
991
],
991
- }]
992
+ }],
993
+ ['"<(real_os_name)"=="OS400"' , {
994
+ 'ldflags' : [
995
+ '-Wl,-blibpath:/QOpenSys/pkgs/lib:/QOpenSys/usr/lib' ,
996
+ '-Wl,-bbigtoc' ,
997
+ '-Wl,-brtl' ,
998
+ ],
999
+ }],
992
1000
],
993
1001
'includes' : [
994
1002
'node.gypi'
You can’t perform that action at this time.
0 commit comments