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

Unified Diff: site_scons/site_tools/naclsdk.py

Issue 8776023: Switch the nop pnacl x86-64 IRT shim to the real one generated from IDL. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: disable pnacl_example_browser for x86-64 until shim updated Created 9 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 | « pnacl/build.sh ('k') | src/untrusted/pnacl_irt_shim/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site_scons/site_tools/naclsdk.py
diff --git a/site_scons/site_tools/naclsdk.py b/site_scons/site_tools/naclsdk.py
index 258b7114fd15c5d2dc57920549ec7de99d5de384..d0ffd186c54f97b5940f60028a25b86576e42f4c 100755
--- a/site_scons/site_tools/naclsdk.py
+++ b/site_scons/site_tools/naclsdk.py
@@ -359,6 +359,12 @@ def PNaClGetNNaClEnv(env):
native_env = env.Clone()
native_env.ClearBits('bitcode')
native_env = native_env.Clone(tools = ['naclsdk'])
+ # These are unfortunately clobbered by running Tool.
+ native_env.Replace(EXTRA_CFLAGS=env['EXTRA_CFLAGS'],
+ EXTRA_CXXFLAGS=env['EXTRA_CXXFLAGS'],
+ CCFLAGS=env['CCFLAGS'],
+ CFLAGS=env['CFLAGS'],
+ CXXFLAGS=env['CXXFLAGS'])
return native_env
« no previous file with comments | « pnacl/build.sh ('k') | src/untrusted/pnacl_irt_shim/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698