We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032becd commit 52f0092Copy full SHA for 52f0092
common.gypi
@@ -315,12 +315,12 @@
315
'ldflags': [ '-m64' ],
316
}],
317
[ 'target_arch=="s390"', {
318
- 'cflags': [ '-m31' ],
319
- 'ldflags': [ '-m31' ],
+ 'cflags': [ '-m31', '-march=z196' ],
+ 'ldflags': [ '-m31', '-march=z196' ],
320
321
[ 'target_arch=="s390x"', {
322
- 'cflags': [ '-m64' ],
323
- 'ldflags': [ '-m64' ],
+ 'cflags': [ '-m64', '-march=z196' ],
+ 'ldflags': [ '-m64', '-march=z196' ],
324
325
[ 'OS=="solaris"', {
326
'cflags': [ '-pthreads' ],
0 commit comments