summaryrefslogtreecommitdiffstats
path: root/extra/google-chrome/drop_sse2.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-03-19 16:30:41 +0100
committertnut <thierryn1 at hispeed dot ch>2010-03-19 16:30:41 +0100
commitcdf99d159bcb8a7738f7502c27988eb5aed334e4 (patch)
tree2616c5e63e05f04cf8094d3609cbf999dc7b45ca /extra/google-chrome/drop_sse2.patch
parentdae47f51e22efedcf92aa871945c2720c3ab2b30 (diff)
parent8833b950d05a6ae766be65426fd7a69181e470b0 (diff)
downloadnutyx-pakxe-cdf99d159bcb8a7738f7502c27988eb5aed334e4.tar.gz
nutyx-pakxe-cdf99d159bcb8a7738f7502c27988eb5aed334e4.tar.bz2
nutyx-pakxe-cdf99d159bcb8a7738f7502c27988eb5aed334e4.tar.xz
nutyx-pakxe-cdf99d159bcb8a7738f7502c27988eb5aed334e4.zip
Merge commit 'lesibel/master'
Diffstat (limited to 'extra/google-chrome/drop_sse2.patch')
-rw-r--r--extra/google-chrome/drop_sse2.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/google-chrome/drop_sse2.patch b/extra/google-chrome/drop_sse2.patch
new file mode 100644
index 000000000..66051ff27
--- /dev/null
+++ b/extra/google-chrome/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',
+ ],