summaryrefslogtreecommitdiffstats
path: root/extra/chromium/drop_sse2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/chromium/drop_sse2.patch')
-rw-r--r--extra/chromium/drop_sse2.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/chromium/drop_sse2.patch b/extra/chromium/drop_sse2.patch
deleted file mode 100644
index 66051ff27..000000000
--- a/extra/chromium/drop_sse2.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/build/common.gypi 2010-02-11 19:30:43.000000000 +0100
-+++ src/build/common.gypi 2010-02-11 21:07:58.505011143 +0100
-@@ -759,15 +759,6 @@
- # used during computation does not change depending on how the
- # compiler optimized the code, since the value is always kept
- # in its specified precision.
-- 'conditions': [
-- ['branding=="Chromium"', {
-- 'cflags': [
-- '-march=pentium4',
-- '-msse2',
-- '-mfpmath=sse',
-- ],
-- }],
-- ],
- 'cflags': [
- '-m32',
- ],