diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-03-26 21:13:56 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-03-26 21:13:56 +0100 |
commit | a7155fb0e27ba39395160d3e3e8127b6559063e7 (patch) | |
tree | 05e6ba10d62997cb0f5d8d5043514ce71a89bb77 /extra/google-chrome/drop_sse2.patch | |
parent | 52bb61b36b430f2a4d7315aeb13bbb7cd39983bd (diff) | |
download | nutyx-extra-a7155fb0e27ba39395160d3e3e8127b6559063e7.tar.gz nutyx-extra-a7155fb0e27ba39395160d3e3e8127b6559063e7.tar.bz2 nutyx-extra-a7155fb0e27ba39395160d3e3e8127b6559063e7.tar.xz nutyx-extra-a7155fb0e27ba39395160d3e3e8127b6559063e7.zip |
suppression de google-chrome
Diffstat (limited to 'extra/google-chrome/drop_sse2.patch')
-rw-r--r-- | extra/google-chrome/drop_sse2.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/google-chrome/drop_sse2.patch b/extra/google-chrome/drop_sse2.patch deleted file mode 100644 index 66051ff27..000000000 --- a/extra/google-chrome/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', - ], |