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

Unified Diff: dl/BUILD.gn

Issue 1369183002: Update build file to use asmflags instead of cflags. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc/deps/third_party/openmax.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dl/BUILD.gn
diff --git a/dl/BUILD.gn b/dl/BUILD.gn
index 7dc755c581775e4a5c95abf1306d13a47441f6f6..a7fac18889db6745c97a11bd630bf597366c2a58 100644
--- a/dl/BUILD.gn
+++ b/dl/BUILD.gn
@@ -199,7 +199,9 @@ if (current_cpu == "arm") {
if (!arm_use_neon) {
configs -= [ "//build/config/compiler:compiler_arm_fpu" ]
+ // TODO(andybons): Remove once the toolchains have been updated.
brettw 2015/09/28 04:37:50 # for comments. Can you also clarify what's to be
Bons 2015/09/28 04:42:54 Done.
cflags = [ "-mfpu=neon" ]
+ asmflags = [ "-mfpu=neon" ]
}
sources = [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698