SPECS (DEVEL): gcc.spec - gcc-multilib R: 32-bits glibc-devel.
pluto
pluto at pld-linux.org
Fri Jun 1 15:29:54 CEST 2007
Author: pluto Date: Fri Jun 1 13:29:54 2007 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- gcc-multilib R: 32-bits glibc-devel.
---- Files affected:
SPECS:
gcc.spec (1.493.2.2 -> 1.493.2.3)
---- Diffs:
================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.493.2.2 SPECS/gcc.spec:1.493.2.3
--- SPECS/gcc.spec:1.493.2.2 Fri Jun 1 15:10:30 2007
+++ SPECS/gcc.spec Fri Jun 1 15:29:47 2007
@@ -205,6 +205,18 @@
License: GPL v2+
Group: Development/Languages
Requires: %{name}
+%ifarch %{x8664}
+Requires: glibc-devel(i686)
+%endif
+%ifarch ppc64
+Requires: glibc-devel(ppc)
+%endif
+%ifarch s390x
+Requires: glibc-devel(s390)
+%endif
+%ifarch sparc64
+Requires: glibc-devel(sparc)
+%endif
%description multilib
A compiler aimed at integrating all the optimizations and features
@@ -2071,6 +2083,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.493.2.3 2007/06/01 13:29:47 pluto
+- gcc-multilib R: 32-bits glibc-devel.
+
Revision 1.493.2.2 2007/06/01 13:10:30 pluto
- gcc-c++-multilib R: gcc-multilib, trim log.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.493.2.2&r2=1.493.2.3&f=u
More information about the pld-cvs-commit
mailing list