SPECS: gcc.spec - fix PR target/29512 - O(c^N) complexity algorith...
pluto
pluto at pld-linux.org
Sun Oct 22 17:47:25 CEST 2006
Author: pluto Date: Sun Oct 22 15:47:25 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix PR target/29512 - O(c^N) complexity algorithm in the i386 backend.
- move c++ headers into versioned dir.
---- Files affected:
SPECS:
gcc.spec (1.421 -> 1.422)
---- Diffs:
================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.421 SPECS/gcc.spec:1.422
--- SPECS/gcc.spec:1.421 Sun Oct 22 15:29:05 2006
+++ SPECS/gcc.spec Sun Oct 22 17:47:20 2006
@@ -83,6 +83,7 @@
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}
@@ -780,6 +781,7 @@
%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
@@ -836,7 +838,7 @@
--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 \
@@ -1418,6 +1420,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.422 2006/10/22 15:47:20 pluto
+- fix PR target/29512 - O(c^N) complexity algorithm in the i386 backend.
+- move c++ headers into versioned dir.
+
Revision 1.421 2006/10/22 13:29:05 pluto
- disable multlib build ( broken ), fix %files.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.421&r2=1.422&f=u
More information about the pld-cvs-commit
mailing list