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

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: 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
« no previous file with comments | « 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..947bd78b881b669a6f06abc9401a68682752f10c 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 OS == "android"', {
jzern 2016/05/31 23:37:15 you should be able to check is_clang, not sure if
apatole 2016/06/01 05:25:41 OK, thanks for review, will check how it can be re
# avoid an ICE with gcc-4.9: b/15574841
+ # Disable it for linux arm64 as clang build fails with error - unsupported flag.
'cflags': [ '-frename-registers' ],
}],
]
« no previous file with comments | « third_party/libwebp/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698