]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- release 13: added O2-bug patch (fix bug on i386, i486, i586 with -O2 gcc-2_10_0-13
authorkloczek <kloczek@pld-linux.org>
Sat, 25 Nov 2000 03:26:02 +0000 (03:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  optimization).

Changed files:
    gcc.spec -> 1.63

gcc.spec

index 8f7e0ce51482f408a6aa261eb494e9b0ec5c1f0c..9b1961e296e07fb88e72ab9fa08d5eea4232a17a 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -3,7 +3,7 @@ Summary:        GNU Compiler Collection
 Summary(pl):   Kolekcja kompilatorów GNU
 Name:          gcc
 Version:       2.95.3
-Release:       12
+Release:       13
 License:       GPL
 Group:         Development/Languages
 Group(de):     Entwicklung/Sprachen
@@ -42,6 +42,7 @@ Patch27:      %{name}-libobjc.patch
 Patch28:       %{name}-pointer-arith.patch
 
 Patch29:       %{name}-glibc-2.2.patch
+Patch30:       %{name}-O2-bug.patch
 
 BuildRequires: bison
 Requires:      binutils >= 2.9.1.0.25
@@ -353,6 +354,7 @@ Preprocesor C umo
 %patch27 -p0
 %patch28 -p0
 %patch29 -p1
+%patch30 -p1
 
 %build
 (cd gcc; autoconf)
This page took 0.127099 seconds and 4 git commands to generate.