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

Unified Diff: pnacl/driver/driver_env.py

Issue 731423004: Add options for base dir and redirecting files to IRT open resource and use it. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: size_t? Created 6 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
Index: pnacl/driver/driver_env.py
diff --git a/pnacl/driver/driver_env.py b/pnacl/driver/driver_env.py
index 4fca9a35d44d79198f45b28c1bdf0d20152a7e84..7fd2e8a5e627238b5b432e3dc1d577f30327992e 100755
--- a/pnacl/driver/driver_env.py
+++ b/pnacl/driver/driver_env.py
@@ -130,10 +130,7 @@ INITIAL_ENV = {
'SEL_UNIVERSAL_PREFIX': '${USE_EMULATOR ? ${EMULATOR}}',
'SEL_UNIVERSAL' : '${SCONS_STAGING}/sel_universal${EXEC_EXT}',
# NOTE: -Q skips sel_ldr qualification tests, -c -c skips validation
- # NOTE: We are not using -B to load the IRT, since the translators do not
- # use the IRT.
'SEL_UNIVERSAL_FLAGS' : '--abort_on_error ' +
- '--uses_reverse_service ' +
'${USE_EMULATOR ? -Q -c -c --command_prefix ${EMULATOR}}',
'IRT_STAGING' : '${IRT_STAGING_%ARCH%}',

Powered by Google App Engine
This is Rietveld 408576698