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

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

Issue 1489193002: Enable arm/linux chromium to build with gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_bfd_linking
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 | docs/linux_chromium_arm.md » ('j') | sandbox/linux/system_headers/arm_linux_syscalls.h » ('J')
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 f8900f1c0985e97801e760e883a520420443835b..30b03867a00b26dae8cde294316bac6249660499 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -557,6 +557,7 @@ config("compiler_cpu_abi") {
"-arch",
"arm-nonsfi",
"--pnacl-bias=arm-nonsfi",
+ "--target=arm-unknown-nacl",
]
ldflags += [
"-arch",
« no previous file with comments | « no previous file | docs/linux_chromium_arm.md » ('j') | sandbox/linux/system_headers/arm_linux_syscalls.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698