diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-02 19:36:26 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-02 19:36:26 +0000 |
commit | 232b5c8421caa63d1aaa543a20abcd1c24307771 (patch) | |
tree | 8cf82aa568627c538b6b3becd2b1b028af089e8b /build | |
parent | 683b7bde3b8f4bdfcc3e777cf35f5bbb29516c35 (diff) | |
download | chromium_src-232b5c8421caa63d1aaa543a20abcd1c24307771.zip chromium_src-232b5c8421caa63d1aaa543a20abcd1c24307771.tar.gz chromium_src-232b5c8421caa63d1aaa543a20abcd1c24307771.tar.bz2 |
Get more of webkit building under Linux.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2798 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/SConscript.main | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/SConscript.main b/build/SConscript.main index 5b1b464..cfe24b4 100644 --- a/build/SConscript.main +++ b/build/SConscript.main @@ -323,7 +323,7 @@ elif env['PLATFORM'] == 'posix': # TODO: Clean up uses of ext/hash_map and remove this. # (see unordered_map and base/hash_tables.h) '-Wno-deprecated', # Needed for using ext/hash_map on GCC 4.3 - '-Wno-unknown-pragmas' # In wtf's ref counting system + '-Wno-unknown-pragmas', # In wtf's ref counting system ] env.Replace( CCFLAGS = ['-m32', '-g', '-pthread'], |