diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-03-26 20:43:47 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-03-26 20:43:47 +0100 |
commit | 057e033d4a73ac610303c98260015c7d5ecb28b7 (patch) | |
tree | bce401d73b954cdc32f79a9ca63bab6e00c2843b /extra/chromium/drop_sse2.patch | |
parent | f50a79d08ee34184566f3c7d9def0ea4358318e9 (diff) | |
parent | 596ca3d76703ef12aa62f4c95d4cf107592fcb1e (diff) | |
download | nutyx-extra-057e033d4a73ac610303c98260015c7d5ecb28b7.tar.gz nutyx-extra-057e033d4a73ac610303c98260015c7d5ecb28b7.tar.bz2 nutyx-extra-057e033d4a73ac610303c98260015c7d5ecb28b7.tar.xz nutyx-extra-057e033d4a73ac610303c98260015c7d5ecb28b7.zip |
Merge commit 'lesibel/master'
Diffstat (limited to 'extra/chromium/drop_sse2.patch')
-rw-r--r-- | extra/chromium/drop_sse2.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/chromium/drop_sse2.patch b/extra/chromium/drop_sse2.patch new file mode 100644 index 000000000..66051ff27 --- /dev/null +++ b/extra/chromium/drop_sse2.patch @@ -0,0 +1,18 @@ +--- 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', + ], |