We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f11352 commit 413c49aCopy full SHA for 413c49a
common.gypi
@@ -535,7 +535,7 @@
535
'cflags': [ '-m64', '-mminimal-toc' ],
536
'ldflags': [ '-m64' ],
537
}],
538
- [ 'host_arch=="s390x" and (OS=="linux" or OS=="openharmony")', {
+ [ 'host_arch=="s390x" and OS=="linux"', {
539
'cflags': [ '-m64', '-march=z196' ],
540
'ldflags': [ '-m64', '-march=z196' ],
541
@@ -555,7 +555,7 @@
555
556
557
558
- [ 'target_arch=="s390x" and (OS=="linux" or OS=="openharmony")', {
+ [ 'target_arch=="s390x" and OS=="linux"', {
559
560
561
0 commit comments