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

Unified Diff: tests/multiple_sandboxes/nacl.scons

Issue 7677036: Enable the service runtime to use a zero-based sandbox on Linux. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fixes for Bennet's review Created 9 years, 4 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
Index: tests/multiple_sandboxes/nacl.scons
diff --git a/tests/multiple_sandboxes/nacl.scons b/tests/multiple_sandboxes/nacl.scons
index dcff1949c5553be0745a774712a998ccb7fe040a..b28b2c526dc81478020880f80ef8d6d81edfc015 100644
--- a/tests/multiple_sandboxes/nacl.scons
+++ b/tests/multiple_sandboxes/nacl.scons
@@ -20,6 +20,9 @@ elif trusted_env.Bit('target_arm'):
DEBUG_LIBS = ['debug_stub_init', 'gdb_rsp', 'debug_stub']
+if trusted_env.Bit('linux'):
+ trusted_env.Append(LIBS=['dl'])
+
runner = trusted_env.ComponentProgram(
'multidomain_test_host', ['multidomain_test_host.c'],
EXTRA_LIBS=['sel',
« no previous file with comments | « src/trusted/service_runtime/service_runtime.gyp ('k') | tests/unittests/trusted/service_runtime/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698