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

Unified Diff: SConstruct

Issue 788193003: Create a build_config header file. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
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 | src/include/atomic_ops.h » ('j') | src/include/nacl_defines.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
diff --git a/SConstruct b/SConstruct
index 0df9ddab7a5deee454d365b1cf9c334274e7eb9d..c1b4402f95c4dbcda08e0be27345bd35b4964c86 100755
--- a/SConstruct
+++ b/SConstruct
@@ -2799,11 +2799,7 @@ def MakeGenericLinuxEnv(platform=None):
# Prepend so we can disable warnings via Append
linux_env.Prepend(
- CPPDEFINES = [['NACL_WINDOWS', '0'],
- ['NACL_OSX', '0'],
- ['NACL_LINUX', '1'],
- ['NACL_ANDROID', '0'],
- ['_DEFAULT_SOURCE', '1'],
+ CPPDEFINES = [['_DEFAULT_SOURCE', '1'],
['_BSD_SOURCE', '1'],
['_POSIX_C_SOURCE', '199506'],
['_XOPEN_SOURCE', '600'],
« no previous file with comments | « no previous file | src/include/atomic_ops.h » ('j') | src/include/nacl_defines.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698