]> git.pld-linux.org Git - packages/gcc.git/blobdiff - gcc.spec
- include crtbegin and crtend on alpha (it's no longer in glibc-devel)
[packages/gcc.git] / gcc.spec
index aaca5328d7f4222f4877ae30e18ee4d1d67e4df1..c4512cbea33a0abe1b207ea2f86f87d037fd644a 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -6,7 +6,7 @@ Summary:        GNU Compiler Collection
 Summary(pl):   Kolekcja kompilatorów GNU
 Name:          gcc
 Version:       2.95.4
-Release:       0.%{snap}.2
+Release:       0.%{snap}.3
 License:       GPL
 Group:         Development/Languages
 Source0:       ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{rver}/%{name}-%{rver}.tar.gz
@@ -40,6 +40,9 @@ BuildRequires:        bison
 BuildRequires: texinfo
 Requires:      binutils >= 2.9.1.0.25
 Requires:      cpp = %{version}
+%ifarch alpha
+Conflicts:     glibc-devel < 2.2.5
+%endif
 URL:           http://gcc.gnu.org/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -453,10 +456,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/gcc-lib/%{_target_cpu}*/*/lib*.map
 %{_libdir}/gcc-lib/%{_target_cpu}*/*/specs
 
-%ifnarch alpha
 %attr(755,root,root) %{_libdir}/gcc-lib/%{_target_cpu}*/*/crt*.o
-%endif
-
 %attr(755,root,root) %{_libdir}/gcc-lib/%{_target_cpu}*/*/collect2
 
 %{_libdir}/gcc-lib/%{_target_cpu}*/*/include/float.h
This page took 0.024166 seconds and 4 git commands to generate.