SPECS: gcc.spec - now it should bootstrap on x86 and ppc...
pluto
pluto at pld-linux.org
Thu Jul 6 12:35:03 CEST 2006
Author: pluto Date: Thu Jul 6 10:35:03 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- now it should bootstrap on x86 and ppc...
---- Files affected:
SPECS:
gcc.spec (1.409 -> 1.410)
---- Diffs:
================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.409 SPECS/gcc.spec:1.410
--- SPECS/gcc.spec:1.409 Wed Jul 5 15:40:49 2006
+++ SPECS/gcc.spec Thu Jul 6 12:34:58 2006
@@ -52,7 +52,7 @@
Name: gcc
Version: 4.2.0
%define _snap 20060702r115125
-Release: 0.%{_snap}.0.1
+Release: 0.%{_snap}.0.2
#Release: 2
Epoch: 5
License: GPL v2+
@@ -77,6 +77,8 @@
Patch11: %{name}-pr19505.patch
Patch12: %{name}-pr20218.patch
Patch13: %{name}-pr24669.patch
+Patch14: %{name}-pr28150.patch
+Patch15: %{name}-pr28187.patch
URL: http://gcc.gnu.org/
BuildRequires: autoconf
%{?with_tests:BuildRequires: autogen}
@@ -156,6 +158,9 @@
%define _libdir32 /usr/lib
%endif
+# temporary workaround for bootstrap failures.
+%define specflags -O1
+
%description
A compiler aimed at integrating all the optimizations and features
necessary for a high-performance and stable development environment.
@@ -771,6 +776,8 @@
%patch11 -p1
%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
@@ -1414,6 +1421,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.410 2006/07/06 10:34:58 pluto
+- now it should bootstrap on x86 and ppc...
+
Revision 1.409 2006/07/05 13:40:49 pluto
- %files updated (mmx/sse issue).
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.409&r2=1.410&f=u
More information about the pld-cvs-commit
mailing list