summaryrefslogtreecommitdiffstats
path: root/extra/chromium/drop_sse2.patch
diff options
context:
space:
mode:
authorsibel <sibel@free.fr>2010-03-26 15:59:29 +0100
committersibel <sibel@free.fr>2010-03-26 15:59:29 +0100
commit596ca3d76703ef12aa62f4c95d4cf107592fcb1e (patch)
tree78955178967c64d0694212dabde12a54592b2ed2 /extra/chromium/drop_sse2.patch
parentae66554475af21a00620adff60d3db12e1dc0b8a (diff)
downloadnutyx-extra-596ca3d76703ef12aa62f4c95d4cf107592fcb1e.tar.gz
nutyx-extra-596ca3d76703ef12aa62f4c95d4cf107592fcb1e.tar.bz2
nutyx-extra-596ca3d76703ef12aa62f4c95d4cf107592fcb1e.tar.xz
nutyx-extra-596ca3d76703ef12aa62f4c95d4cf107592fcb1e.zip
Ajout de chromium 5.0.342.7-1
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',
+ ],