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

Unified Diff: chrome/nacl.gypi

Issue 8538030: Fix Clang build after r109734 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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: chrome/nacl.gypi
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi
index 79225e280e1e39fa222e99247a05e1c5bf3028b4..3474b2ded2c81e6c7452d299f54a7f1ae9c2a531 100644
--- a/chrome/nacl.gypi
+++ b/chrome/nacl.gypi
@@ -298,6 +298,8 @@
# Prevent llvm-opt from replacing my_bzero with a call
# to memset
'-ffreestanding',
+ # But make its <limits.h> still work!
+ '-U__STDC_HOSTED__', '-D__STDC_HOSTED__=1',
],
}],
],
« 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