From 0396692033fc9342f30e7723c5697a52d09524a6 Mon Sep 17 00:00:00 2001 From: "mmoss@chromium.org" Date: Thu, 11 Jun 2009 21:26:10 +0000 Subject: 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 --- build/common.gypi | 7 ------- 1 file changed, 7 deletions(-) (limited to 'build') 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': { -- cgit v1.1