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

Unified Diff: SConstruct

Issue 599353002: NonSFI Mode: Make hello_world test run with nonsfi_nacl=1 bitcode=1 pnacl_generate_pexe=0. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 6 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 | tests/pnacl_native_objects/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
diff --git a/SConstruct b/SConstruct
index a9ba543187681bb3eadc01386ca55acb32425ae9..bbae24cbb3f60bda190d48caaff39d9d59a91201 100755
--- a/SConstruct
+++ b/SConstruct
@@ -3700,7 +3700,9 @@ if nacl_env.Bit('nonsfi_nacl'):
# involves using inline assembly, this requires turning off the PNaCl ABI
# checker.
nacl_env.SetBits('nonstable_bitcode')
- nacl_env.Append(LINKFLAGS=['--pnacl-disable-abi-check'])
+ nacl_env.Append(LINKFLAGS=['--pnacl-disable-abi-check',
+ '--pnacl-allow-native',
Mark Seaborn 2014/09/25 17:08:09 So this fails on the bots, with: pnacl-clang++: --
Junichi Uekawa 2014/09/25 23:05:07 Done.
+ '-Wt,--noirt'])
# Tell the PNaCl translator to link a Linux executable.
nacl_env.Append(TRANSLATEFLAGS=['--noirt'])
« no previous file with comments | « no previous file | tests/pnacl_native_objects/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698