]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- include crtbegin and crtend on alpha (it's no longer in glibc-devel) RA-1_0 gcc-2_95_4-0_20010823_3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 25 Feb 2002 17:10:22 +0000 (17:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release .3

Changed files:
    gcc.spec -> 1.107

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.221836 seconds and 4 git commands to generate.