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

Unified Diff: src/untrusted/nosys/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/nacl/tls_using_ldso.c ('k') | src/untrusted/pthread/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/nosys/nacl.scons
diff --git a/src/untrusted/nosys/nacl.scons b/src/untrusted/nosys/nacl.scons
index e20ed1a1612714c06032af2062c30518edfc4a9d..a9d7a76e2408d67c1baa16ada48c7836454f6f4a 100644
--- a/src/untrusted/nosys/nacl.scons
+++ b/src/untrusted/nosys/nacl.scons
@@ -79,9 +79,5 @@ sources = ['access.c',
'waitpid.c',
]
-libnosys = env.NaClSdkLibrary(
- 'libnosys',
- sources,
- # only enable shared versions of this library in the shared newlib case
- no_shared_lib=not env.Bit('pnacl_shared_newlib'))
+libnosys = env.ComponentLibrary('libnosys', sources)
env.AddLibraryToSdk(libnosys)
« no previous file with comments | « src/untrusted/nacl/tls_using_ldso.c ('k') | src/untrusted/pthread/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698