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

Unified Diff: newlib/configure.host

Issue 23470002: Build unix_dir for NaCl. (Closed) Base URL: http://git.chromium.org/native_client/nacl-newlib.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: newlib/configure.host
diff --git a/newlib/configure.host b/newlib/configure.host
index dc119eba6156354267d794f58c99fbd088dafbf0..38e046b24980cff36bfe64190c03c3374086432c 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -351,9 +351,10 @@ case "${host}" in
xdr_dir=xdr
;;
*-*-nacl*)
- newlib_cflags="${newlib_cflags} -DSIGNAL_PROVIDED -DCLOCK_PROVIDED -DHAVE_NANOSLEEP -DMALLOC_PROVIDED"
+ newlib_cflags="${newlib_cflags} -DSIGNAL_PROVIDED -DCLOCK_PROVIDED -DHAVE_NANOSLEEP -DMALLOC_PROVIDED -D_NO_GETCWD -D_NO_GETLOGIN -D_NO_GETUT -D_NO_GETPASS"
sys_dir=nacl
posix_dir=posix
+ unix_dir=unix
;;
*-*-netware*)
signal_dir=
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698