SPECS: gcc.spec - multilib BRs update from AC-branch
qboosh
qboosh at pld-linux.org
Tue Nov 15 12:09:27 CET 2005
Author: qboosh Date: Tue Nov 15 11:09:27 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- multilib BRs update from AC-branch
---- Files affected:
SPECS:
gcc.spec (1.382 -> 1.383)
---- Diffs:
================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.382 SPECS/gcc.spec:1.383
--- SPECS/gcc.spec:1.382 Sun Nov 13 15:27:18 2005
+++ SPECS/gcc.spec Tue Nov 15 12:09:22 2005
@@ -86,7 +86,23 @@
BuildRequires: gcc-ada
%endif
BuildRequires: gettext-devel
-BuildRequires: glibc-devel >= %{!?with_multilib:2.2.5-20}%{?with_multilib:6:2.3.4-1.5}
+%if %{with multilib}
+BuildRequires: glibc-devel >= 6:2.3.4-1.5
+%ifarch %{x8664}
+BuildRequires: glibc-devel(i686)
+%endif
+%ifarch ppc64
+BuildRequires: glibc-devel(ppc)
+%endif
+%ifarch s390x
+BuildRequires: glibc-devel(s390)
+%endif
+%ifarch sparc64
+BuildRequires: glibc-devel(sparc)
+%endif
+%else
+BuildRequires: glibc-devel >= 2.2.5-20
+%endif
%if %{with fortran}
BuildRequires: gmp-devel
BuildRequires: libmpfr-devel
@@ -1293,6 +1309,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.383 2005/11/15 11:09:22 qboosh
+- multilib BRs update from AC-branch
+
Revision 1.382 2005/11/13 14:27:18 pluto
- new fixes, nfy...
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.382&r2=1.383&f=u
More information about the pld-cvs-commit
mailing list