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

Unified Diff: src/nonsfi/irt/irt.gyp

Issue 1383183002: Use -fgnu-inline-asm for non-SFI IRT GYP build (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 5 years, 2 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: src/nonsfi/irt/irt.gyp
diff --git a/src/nonsfi/irt/irt.gyp b/src/nonsfi/irt/irt.gyp
index b4d8a77d86c0bbfe7e62121880236b5b0aa588ea..ac567de4d0511a444ba018828dbe694310c36b3f 100644
--- a/src/nonsfi/irt/irt.gyp
+++ b/src/nonsfi/irt/irt.gyp
@@ -18,6 +18,9 @@
'build_pnacl_newlib': 0,
'build_nonsfi_helper': 1,
},
+ 'compile_flags': [
+ '-fgnu-inline-asm',
+ ],
'sources': [
'../../untrusted/irt/irt_query_list.c',
'../../untrusted/pthread/nc_condvar.c',
« 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