auto-import glibc-2.3.5-6 on branch devel from glibc-2.3.5-6.src.rpm

This commit is contained in:
Jakub Jelinek 2005-05-04 18:53:32 +00:00
parent afd017c961
commit 96892c8405
4 changed files with 198 additions and 355 deletions

View File

@ -1,2 +1,2 @@
glibc-20050503T0852.tar.bz2
glibc-fedora-20050503T0852.tar.bz2
glibc-20050504T1818.tar.bz2
glibc-fedora-20050504T1818.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
%define glibcdate 20050503T0852
%define glibcdate 20050504T1818
%define glibcname glibc
%define glibcsrcdir glibc-20050503T0852
%define glibcsrcdir glibc-20050504T1818
%define glibc_release_tarballs 0
%define glibcversion 2.3.5
%define glibcrelease 5
%define glibcrelease 6
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 sparc64 ppc ppc64
@ -499,10 +499,10 @@ rm -rf build-%{_target_cpu}-linux
mkdir build-%{_target_cpu}-linux ; cd build-%{_target_cpu}-linux
GCC=gcc
%ifarch %{ix86}
BuildFlags="-march=%{_target_cpu}"
BuildFlags="-march=%{_target_cpu} -fasynchronous-unwind-tables"
%endif
%ifarch i686
BuildFlags="-march=i686 -mtune=pentium4"
BuildFlags="-march=i686 -mtune=pentium4 -fasynchronous-unwind-tables"
%endif
%ifarch alphaev6
BuildFlags="-mcpu=ev6"
@ -1344,6 +1344,12 @@ rm -f *.filelist*
%endif
%changelog
* Wed May 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-6
- update from CVS
- fix cancellation on i?86
- add call frame information to i?86 assembly
- build i?86 glibc with -fasynchronous-unwind-tables
* Tue May 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-5
- update from CVS
- add some more UTF-8 locales (#156115)

View File

@ -1,2 +1,2 @@
1c17083d3eef7549ac0ea98ecb094c48 glibc-20050503T0852.tar.bz2
2cf649e0b771b370c06620987b85334b glibc-fedora-20050503T0852.tar.bz2
c1022359f010726f5a0689e9808b51ac glibc-20050504T1818.tar.bz2
f12c90bba6dc3500ac8fc867e2996304 glibc-fedora-20050504T1818.tar.bz2