Commit 3e168a1c authored by jyan's avatar jyan Committed by Commit bot

s390: enable -march=z196 flag

R=joransiu@ca.ibm.com, bjaideep@ca.ibm.com, machenbach@chromium.org, jkummerow@chromium.org, jochen@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2707103002
Cr-Commit-Position: refs/heads/master@{#43355}
parent abb9eda4
...@@ -315,6 +315,8 @@ ...@@ -315,6 +315,8 @@
'defines': [ 'defines': [
'V8_TARGET_ARCH_S390_LE_SIM', 'V8_TARGET_ARCH_S390_LE_SIM',
], ],
}, {
'cflags': [ '-march=z196' ],
}], }],
], ],
}], # s390 }], # s390
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment