]> git.pld-linux.org Git - packages/gcc4.git/commitdiff
- x87/mmx mode switching patch disabled (too many ICEs on amd64).
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 27 Nov 2005 11:17:12 +0000 (11:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc4.spec -> 1.395

gcc4.spec

index f713b34fef75b2dc730f03c2eab58d8fe9558c08..a8f42a2c9339febeea7d5c9aa66aef44fcbf46fd 100644 (file)
--- a/gcc4.spec
+++ b/gcc4.spec
@@ -45,7 +45,7 @@ Summary(pt_BR):       Cole
 Name:          gcc
 Version:       4.1.0
 %define                _snap   20051126r107546
-Release:       0.%{_snap}.1
+Release:       0.%{_snap}.2
 Epoch:         5
 License:       GPL v2+
 Group:         Development/Languages
@@ -70,8 +70,8 @@ Patch10:      %{name}-pr7776.patch
 Patch11:       %{name}-pr20297.patch
 Patch12:       %{name}-pr22533.patch
 
-Patch14:       %{name}-x87-mmx-switch.patch
-Patch15:       %{name}-x87-mmx-eh.patch
+#Patch14:      %{name}-x87-mmx-switch.patch    NEEDS UPDATE
+#Patch15:      %{name}-x87-mmx-eh.patch        NEEDS UPDATE
 Patch16:       %{name}-pr23948.patch
 Patch17:       %{name}-pr19505.patch
 Patch18:       %{name}-pr24419.patch
@@ -148,10 +148,6 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _libdir32       /usr/lib
 %endif
 
-%ifarch %{ix86} %{x8664}
-%define                specflags       -mno-mmx
-%endif
-
 %description
 A compiler aimed at integrating all the optimizations and features
 necessary for a high-performance and stable development environment.
@@ -772,8 +768,8 @@ Statyczne biblioteki Obiektowego C.
 %patch12 -p1
 
 %ifarch %{ix86} %{x8664}
-%patch14 -p1
-%patch15 -p1
+#patch14 -p1
+#patch15 -p1
 %endif
 %patch16 -p1
 %patch17 -p1
This page took 0.087504 seconds and 4 git commands to generate.