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

Unified Diff: src/untrusted/pthread/nacl.scons

Issue 22859030: Remove wrapper-link-and-translate from PNaCl and pnacl_shared_newlib from SCons. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: one more reference Created 7 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
« no previous file with comments | « src/untrusted/nosys/nacl.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/pthread/nacl.scons
diff --git a/src/untrusted/pthread/nacl.scons b/src/untrusted/pthread/nacl.scons
index 8d485380cd223acaf6cb729ad270c86d79deee61..9b2557071f9d1a5f7d2998cca7e17701014fefe9 100644
--- a/src/untrusted/pthread/nacl.scons
+++ b/src/untrusted/pthread/nacl.scons
@@ -30,11 +30,7 @@ nc_objs = [env.ComponentObject(module, module + '.c')
] + [valgrind]
# The public library relies on the IRT for crucial system services.
-libpthread = env.NaClSdkLibrary(
- 'libpthread',
- nc_objs + ['nc_init_irt.c'],
- # only enable shared versions of this library in the shared newlib case
- no_shared_lib=not env.Bit('pnacl_shared_newlib'))
+libpthread = env.ComponentLibrary('libpthread', nc_objs + ['nc_init_irt.c'])
env.AddLibraryToSdk(libpthread)
# The private library rolls in those IRT components.
« no previous file with comments | « src/untrusted/nosys/nacl.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698