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

Unified Diff: newlib/configure.host

Issue 640083002: Define ABORT_PROVIDED when building for NaCl (Closed) Base URL: https://chromium.googlesource.com/native_client/nacl-newlib.git@master
Patch Set: Created 6 years, 2 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 e0c0666dd807fa92ad0f8dfb59a229be5fec4e64..bfcaeb1c43af56e532b77fe2ebc9ee9bae2d47ea 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} -DABORT_PROVIDED"
sys_dir=nacl
posix_dir=posix
unix_dir=unix
« 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