summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
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': {