This commit is contained in:
Jakub Jelinek 2005-05-20 10:05:38 +00:00
parent 7563ff8b1f
commit cbeae26ce7

View File

@ -1,4 +1,4 @@
%define glibcrelease 6
%define glibcrelease 7
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 sparc64 ppc ppc64
@ -494,10 +494,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} -fasynchronous-unwind-tables"
BuildFlags="-march=%{_target_cpu}"
%endif
%ifarch i686
BuildFlags="-march=i686 -mtune=pentium4 -fasynchronous-unwind-tables"
BuildFlags="-march=i686 -mtune=pentium4"
%endif
%ifarch alphaev6
BuildFlags="-mcpu=ev6"
@ -1339,11 +1339,17 @@ rm -f *.filelist*
%endif
%changelog
* Fri May 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-7
- update from CVS
- make regexec thread safe (BZ#934)
- fix statically linked programs on i?86, x86_64, s390* and
sparc* (#158027)
- fix IBM939 iconv module (BZ#955)
* 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