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

Unified Diff: build/common.gypi

Issue 125009: Always build breakpad tools with Linux official build. (Closed)
Patch Set: formatting fix Created 11 years, 6 months 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 | « breakpad/breakpad.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index e5315999a98d2aa158998d770f200a1d1b6abaa2..b25e5eedd2232c1e27e5aec06496a6141c5748c1 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -282,13 +282,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': {
« no previous file with comments | « breakpad/breakpad.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698