summaryrefslogtreecommitdiffstats
path: root/extra/google-chrome/drop_sse2.patch
diff options
context:
space:
mode:
authortyrry <tyrry@nutyx.(none)>2010-03-23 16:04:43 +0100
committertyrry <tyrry@nutyx.(none)>2010-03-23 16:04:43 +0100
commitee43c5b4c9ed6a6ba37eadc7b7cec8d7e4f247c7 (patch)
tree8f701239d5794ba5b76a98df1d2014feebd9a73e /extra/google-chrome/drop_sse2.patch
parent4e88d3b98b8e640f7d95ed1527d56581e541739b (diff)
parent082114ded7501433dd31becbae522873f18c072e (diff)
downloadnutyx-extra-ee43c5b4c9ed6a6ba37eadc7b7cec8d7e4f247c7.tar.gz
nutyx-extra-ee43c5b4c9ed6a6ba37eadc7b7cec8d7e4f247c7.tar.bz2
nutyx-extra-ee43c5b4c9ed6a6ba37eadc7b7cec8d7e4f247c7.tar.xz
nutyx-extra-ee43c5b4c9ed6a6ba37eadc7b7cec8d7e4f247c7.zip
Merge remote branch 'nutyx-2009/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',
+ ],