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

Unified Diff: native_client_sdk/src/libraries/nacl_io/library.dsc

Issue 176923017: [NaCl SDK] Compile for naclio for Bionic (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix bug in h_error Created 6 years, 9 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: native_client_sdk/src/libraries/nacl_io/library.dsc
diff --git a/native_client_sdk/src/libraries/nacl_io/library.dsc b/native_client_sdk/src/libraries/nacl_io/library.dsc
index 5509382a8ae4f0985f111b1bfa1a17d1eb5ed8a2..14855ccb9fdaceb6418081d4e54cd6e1324dcf13 100644
--- a/native_client_sdk/src/libraries/nacl_io/library.dsc
+++ b/native_client_sdk/src/libraries/nacl_io/library.dsc
@@ -1,5 +1,5 @@
{
- 'TOOLS': ['newlib', 'glibc', 'pnacl', 'linux'],
+ 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'linux'],
'SEARCH': [
'.',
'pepper',
@@ -24,7 +24,7 @@
"fusefs/fuse_fs.cc",
"fusefs/fuse_fs_factory.cc",
"getdents_helper.cc",
- "h_errno.cc",
+ "h_errno.c",
"host_resolver.cc",
"html5fs/html5_fs.cc",
"html5fs/html5_fs_node.cc",
@@ -35,6 +35,7 @@
"kernel_intercept.cc",
"kernel_object.cc",
"kernel_proxy.cc",
+ "kernel_wrap_bionic.cc",
"kernel_wrap_dummy.cc",
"kernel_wrap_glibc.cc",
"kernel_wrap_newlib.cc",
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_wrap_real.h ('k') | native_client_sdk/src/libraries/nacl_io/osdirent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698