Skip to content

Commit 52f0092

Browse files
Junliang Yanitaloacasas
Junliang Yan
authored andcommitted
s390: enable march=z196
PR-URL: #11730 Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 032becd commit 52f0092

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

common.gypi

+4-4
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,12 @@
315315
'ldflags': [ '-m64' ],
316316
}],
317317
[ 'target_arch=="s390"', {
318-
'cflags': [ '-m31' ],
319-
'ldflags': [ '-m31' ],
318+
'cflags': [ '-m31', '-march=z196' ],
319+
'ldflags': [ '-m31', '-march=z196' ],
320320
}],
321321
[ 'target_arch=="s390x"', {
322-
'cflags': [ '-m64' ],
323-
'ldflags': [ '-m64' ],
322+
'cflags': [ '-m64', '-march=z196' ],
323+
'ldflags': [ '-m64', '-march=z196' ],
324324
}],
325325
[ 'OS=="solaris"', {
326326
'cflags': [ '-pthreads' ],

0 commit comments

Comments
 (0)