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

Unified Diff: build/config/compiler/BUILD.gn

Issue 1493753004: GN: Make compiler invocations for Non-SFI ARM NaCl consistent with Gyp build (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 5 years 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: build/config/compiler/BUILD.gn
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index b26f033d2acdc6c90e46eb2dd3f37eacde6bd8cf..af3dd132f400fc974ded288f5c034af7fdead9fa 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -557,11 +557,12 @@ config("compiler_cpu_abi") {
"-arch",
"arm-nonsfi",
"--pnacl-bias=arm-nonsfi",
- "--target=arm-unknown-nacl",
+ "--target=armv7-unknown-nacl-gnueabihf",
]
ldflags += [
"-arch",
"arm-nonsfi",
+ "--target=armv7-unknown-nacl-gnueabihf",
]
}
}
« 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