Compare commits

...

1 Commits

Author SHA1 Message Date
aoliva 93d861b9d6 - Fix reload problem that breaks openssl on s390. (BZ#199604, target/28146) 2006-08-17 01:25:16 +00:00
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,6 @@
%define DATE 20060816
%define gcc_version 4.1.1
%define gcc_release 17
%define gcc_release 17.0.lxo.1
%define _unpackaged_files_terminate_build 0
%define multilib_64_archs sparc64 ppc64 s390x x86_64
%ifarch %{ix86} x86_64 ia64
@ -145,6 +145,8 @@ Patch37: gcc41-pr28709.patch
Patch38: gcc41-pr28744.patch
Patch39: gcc41-x86_64-kernel-ssp.patch
Patch1001: gcc41-s390-rh199604.patch
%define _gnu %{nil}
%ifarch sparc
%define gcc_target_platform sparc64-%{_vendor}-%{_target_os}
@ -465,6 +467,8 @@ which are required to run programs compiled with the GNAT.
%patch38 -p0 -b .pr28744~
%patch39 -p0 -b .x86_64-kernel-ssp~
%patch1001 -p0 -b .s390-rh199604~
sed -i -e 's/4\.1\.2/4.1.1/' gcc/BASE-VER gcc/version.c
sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/' gcc/version.c
@ -1524,6 +1528,9 @@ fi
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
%changelog
* Wed Aug 16 2006 Alexandre Oliva <aoliva@redhat.com> 4.1.1-17.0.lxo.1
- Fix reload problem that breaks openssl on s390. (BZ#199604, target/28146)
* Wed Aug 16 2006 Jakub Jelinek <jakub@redhat.com> 4.1.1-17
- update from gcc-4_1-branch (-r116082:116176)
- PRs c++/27894, c++/28677, c/28649, middle-end/28075,