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

Unified Diff: src/trusted/service_runtime/build.scons

Issue 7031023: Run NaClEnvCleanser in standalone sel_ldr (in addition to sel_main_chrome). Add a couple of ld.so... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 7 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 | « src/trusted/nonnacl_util/sel_ldr_launcher.cc ('k') | src/trusted/service_runtime/env_cleanser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/build.scons
===================================================================
--- src/trusted/service_runtime/build.scons (revision 5333)
+++ src/trusted/service_runtime/build.scons (working copy)
@@ -209,10 +209,12 @@
env.Append(SYSCALL_GEN_FLAGS=syscall_gen_flags)
+env.DualLibrary('env_cleanser', ['env_cleanser.c'])
+
+ldr_inputs += ['env_cleanser']
bsy 2011/05/18 18:25:07 doesn't this put a copy of env_cleanser.o in both
Evgeniy Stepanov 2011/05/18 19:05:05 Did not want to include libenv_cleanser in every t
+
env.DualLibrary('sel', ldr_inputs)
-env.DualLibrary('env_cleanser', ['env_cleanser.c'])
-
env.DualLibrary('nacl_error_code',
['nacl_error_code.c',
])
« no previous file with comments | « src/trusted/nonnacl_util/sel_ldr_launcher.cc ('k') | src/trusted/service_runtime/env_cleanser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698