Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: third_party/libwebp/libwebp.gyp

Issue 2001523002: GYP changes for arm64 linux build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporating review comments related to libwebp changes Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« build/common.gypi ('K') | « third_party/libwebp/README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/libwebp.gyp
diff --git a/third_party/libwebp/libwebp.gyp b/third_party/libwebp/libwebp.gyp
index 7174c1fbf6490d78958a9a04c39273be3dfc615f..14bc2f67e82f9de9ebf1d5549787b304a88c7749 100644
--- a/third_party/libwebp/libwebp.gyp
+++ b/third_party/libwebp/libwebp.gyp
@@ -181,8 +181,9 @@
'cflags!': [ '-mfpu=vfpv3-d16' ],
'cflags': [ '-mfpu=neon' ],
}],
- ['target_arch == "arm64"', {
+ ['target_arch == "arm64" and not (OS == "linux" and clang == 1)', {
Nico 2016/06/02 17:57:24 I think you can just add `and clang!=1` here. You
apatole 2016/06/03 06:11:47 OK, will do.
apatole 2016/06/03 11:33:44 Done.
# avoid an ICE with gcc-4.9: b/15574841
+ # Disable it for clang build of linux arm64 as it fails with error - unsupported flag.
'cflags': [ '-frename-registers' ],
}],
]
« build/common.gypi ('K') | « third_party/libwebp/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698