]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- fix unaligned accesses with __attribute__(packed) and memcpy. auto/th/gcc-4_1_1-0_20060501r113407_2
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 1 May 2006 11:56:36 +0000 (11:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- kill loop unrolling (stage2/3 differs again).

Changed files:
    gcc.spec -> 1.396.2.52

gcc.spec

index bbc88f0fac7e0817ca12cd9ff0db9abd728acac2..a025c5cc3007a5f85f717ac09dd6bfa31253881c 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -35,7 +35,7 @@ Summary(pt_BR):       Cole
 Name:          gcc
 Version:       4.1.1
 %define                _snap   20060501r113407
-Release:       0.%{_snap}.1
+Release:       0.%{_snap}.2
 #Release:      2
 Epoch:         5
 License:       GPL v2+
@@ -59,7 +59,7 @@ Patch8:               %{name}-pr20218.patch
 
 # PRs
 Patch10:       %{name}-pr7776.patch
-
+Patch11:       %{name}-pr26565.patch
 Patch12:       %{name}-pr19606.patch
 Patch13:       %{name}-pr24879.patch
 
@@ -156,8 +156,6 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _libdir32       /usr/lib
 %endif
 
-%define                specflags       -funroll-loops
-
 %description
 A compiler aimed at integrating all the optimizations and features
 necessary for a high-performance and stable development environment.
@@ -775,7 +773,7 @@ Statyczne biblioteki Obiektowego C.
 
 # PRs
 %patch10 -p1
-
+%patch11 -p1
 %patch12 -p0
 %patch13 -p0
 
This page took 0.04869 seconds and 4 git commands to generate.