]> git.pld-linux.org Git - packages/gcc4.git/commitdiff
- fix PR target/29512 - O(c^N) complexity algorithm in the i386 backend.
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 22 Oct 2006 15:47:20 +0000 (15:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- move c++ headers into versioned dir.

Changed files:
    gcc4.spec -> 1.422

gcc4.spec

index a4b9ac1ae7bc57aa7df49ad48066072348731815..7f3bff91266a0b9a356679887912f5875853ccd3 100644 (file)
--- a/gcc4.spec
+++ b/gcc4.spec
@@ -82,6 +82,7 @@ Patch11:      %{name}-pr19505.patch
 Patch12:       %{name}-pr20218.patch
 Patch13:       %{name}-pr24669.patch
 Patch14:       %{name}-force_jar_wrapper.patch
+Patch15:       %{name}-pr29512.patch
 URL:           http://gcc.gnu.org/
 BuildRequires: autoconf
 %{?with_tests:BuildRequires:   autogen}
@@ -779,6 +780,7 @@ Statyczne biblioteki Obiektowego C.
 %patch12 -p1
 %patch13 -p1
 %patch14 -p1
+%patch15 -p1
 
 # because we distribute modified version of gcc...
 sed -i 's:#define VERSUFFIX.*:#define VERSUFFIX " (PLD-Linux)":' gcc/version.c
@@ -835,7 +837,7 @@ TEXCONFIG=false \
        --enable-secureplt \
 %endif
 %if %{with cxx}
-       --with-gxx-include-dir=%{_includedir}/c++ \
+       --with-gxx-include-dir=%{_includedir}/c++/%{version} \
        --disable-libstdcxx-pch \
        --enable-__cxa_atexit \
        --enable-libstdcxx-allocator=new \
This page took 0.063219 seconds and 4 git commands to generate.