summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authormmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-11 21:26:10 +0000
committermmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-11 21:26:10 +0000
commit0396692033fc9342f30e7723c5697a52d09524a6 (patch)
tree50de623df45577f5eb096265ee510fabf89b8e45 /build/common.gypi
parentff09fdf2aa98f5e4fe9a240e73ebc10844dc3709 (diff)
downloadchromium_src-0396692033fc9342f30e7723c5697a52d09524a6.zip
chromium_src-0396692033fc9342f30e7723c5697a52d09524a6.tar.gz
chromium_src-0396692033fc9342f30e7723c5697a52d09524a6.tar.bz2
Always build breakpad tools with Linux official build.
This removes the need for separate build runs with different hammer flags (e.g. --mode=Tool). Review URL: http://codereview.chromium.org/125009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18202 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi7
1 files changed, 0 insertions, 7 deletions
diff --git a/build/common.gypi b/build/common.gypi
index cc4b50c..7eff803 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -287,13 +287,6 @@
'-ffunction-sections',
],
},
- # Some utility binaries need to be build with the host's native
- # config (i.e. no 32-bit override).
- 'Tool': {
- 'cflags!': ['-m32', '-march=pentium4', '-msse2', '-mfpmath=sse'],
- 'ldflags!': ['-m32'],
- 'cflags': [ '-O2' ],
- },
},
'variants': {
'coverage': {