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

Unified Diff: newlib/configure.host

Issue 22929038: Add -DSIGNAL_PROVIDED to nacl build. (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 eae0efb863957382175b021dcf2aad2171edb0e2..dc119eba6156354267d794f58c99fbd088dafbf0 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -351,7 +351,7 @@ case "${host}" in
xdr_dir=xdr
;;
*-*-nacl*)
- newlib_cflags="${newlib_cflags} -DCLOCK_PROVIDED -DHAVE_NANOSLEEP -DMALLOC_PROVIDED"
+ newlib_cflags="${newlib_cflags} -DSIGNAL_PROVIDED -DCLOCK_PROVIDED -DHAVE_NANOSLEEP -DMALLOC_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