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

Unified Diff: newlib/configure.host

Issue 795283003: Define HAVE_MKDIR when building for NaCl (Closed) Base URL: http://git.chromium.org/native_client/nacl-newlib.git@master
Patch Set: Created 6 years 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 bfcaeb1c43af56e532b77fe2ebc9ee9bae2d47ea..66683a81f9ca895e14cd6b2fe0ad3dd0f0fdaf3d 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -385,6 +385,7 @@ case "${host}" in
newlib_cflags="${newlib_cflags} -D_NO_GETPASS"
newlib_cflags="${newlib_cflags} -DHAVE_ISATTY"
newlib_cflags="${newlib_cflags} -DHAVE_RENAME"
+ newlib_cflags="${newlib_cflags} -DHAVE_MKDIR"
newlib_cflags="${newlib_cflags} -DABORT_PROVIDED"
sys_dir=nacl
posix_dir=posix
« 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