diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-14 19:41:17 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-14 19:41:17 +0200 |
commit | 766d060551433dfbd44406113da4594a6fb0b5ed (patch) | |
tree | 252ad195a66b27e5ec774d69d8263edfb1dc9929 /extra/chromium/drop_sse2.patch | |
parent | 5735f624c8076f33e841f3f5995ebed6e3f76d76 (diff) | |
download | nutyx-extra-766d060551433dfbd44406113da4594a6fb0b5ed.tar.gz nutyx-extra-766d060551433dfbd44406113da4594a6fb0b5ed.tar.bz2 nutyx-extra-766d060551433dfbd44406113da4594a6fb0b5ed.tar.xz nutyx-extra-766d060551433dfbd44406113da4594a6fb0b5ed.zip |
chromium, port nettoyé
Diffstat (limited to 'extra/chromium/drop_sse2.patch')
-rw-r--r-- | extra/chromium/drop_sse2.patch | 18 |
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', - ], |