Index: build/config/nacl/BUILD.gn |
diff --git a/build/config/nacl/BUILD.gn b/build/config/nacl/BUILD.gn |
index dcd736fe3346a6cd272dd9cd18337693d20b60f4..51ebabd79a385eb7a5b688a7d9e3386a5b632121 100644 |
--- a/build/config/nacl/BUILD.gn |
+++ b/build/config/nacl/BUILD.gn |
@@ -39,7 +39,7 @@ config("compiler") { |
configs = [] |
cflags = [] |
- if (is_clang) { |
+ if (is_clang && current_cpu != "pnacl") { |
# -no-integrated-as is the default in nacl-clang for historical |
# compatibility with inline assembly code and so forth. But there |
# are no such cases in Chromium code, and -integrated-as is nicer in |