]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- oops, non-standard allocator reverted. rebuild. auto/th/gcc-4_1_1-0_20060308r111841_2
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 14 Mar 2006 10:03:41 +0000 (10:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc.spec -> 1.396.2.43

gcc.spec

index ca6b4fca131a0954e2fbd82a368e04bcb959887a..9697dc5b3c10af12dc82416246c95ce704546276 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -35,7 +35,7 @@ Summary(pt_BR):       Cole
 Name:          gcc
 Version:       4.1.1
 %define                _snap   20060308r111841
-Release:       0.%{_snap}.1
+Release:       0.%{_snap}.2
 #Release:      2
 Epoch:         5
 License:       GPL v2+
@@ -97,7 +97,7 @@ BuildRequires:        gcc(ada)
 BuildRequires: gcc-ada
 %endif
 BuildRequires: gettext-devel
-BuildRequires: glibc-devel >= 6:2.4.0-1
+BuildRequires: glibc-devel >= 6:2.4-1
 %if %{with multilib}
 %ifarch %{x8664}
 BuildRequires: glibc-devel(i686)
@@ -857,7 +857,7 @@ TEXCONFIG=false \
        --with-gxx-include-dir=%{_includedir}/c++/%{version} \
        --disable-libstdcxx-pch \
        --enable-__cxa_atexit \
-       --enable-libstdcxx-allocator=mt \
+       --enable-libstdcxx-allocator=new \
 %endif
 %if %{with java}
        --with-qt4dir=%{_libdir}/qt4 \
This page took 0.143544 seconds and 4 git commands to generate.