summaryrefslogtreecommitdiffstats
path: root/extra/chromium/drop_sse2.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-03-26 20:43:47 +0100
committertnut <thierryn1 at hispeed dot ch>2010-03-26 20:43:47 +0100
commit057e033d4a73ac610303c98260015c7d5ecb28b7 (patch)
treebce401d73b954cdc32f79a9ca63bab6e00c2843b /extra/chromium/drop_sse2.patch
parentf50a79d08ee34184566f3c7d9def0ea4358318e9 (diff)
parent596ca3d76703ef12aa62f4c95d4cf107592fcb1e (diff)
downloadnutyx-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.patch18
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',
+ ],