- super-H arch support
- drop workaround for bug 199604 as it should be fixed in gcc-4.3
This commit is contained in:
parent
3bbf540789
commit
cc7d549a79
13
openssl.spec
13
openssl.spec
@ -153,14 +153,13 @@ sslflags=no-asm
|
|||||||
%ifarch alpha alphaev56 alphaev6 alphaev67
|
%ifarch alpha alphaev56 alphaev6 alphaev67
|
||||||
sslarch=linux-alpha-gcc
|
sslarch=linux-alpha-gcc
|
||||||
%endif
|
%endif
|
||||||
%ifarch s390
|
%ifarch s390 sh3eb sh4eb
|
||||||
# The -fno-regmove is a workaround for bug #199604
|
sslarch="linux-generic32 -DB_ENDIAN"
|
||||||
sslarch="linux-generic32 -DB_ENDIAN -DNO_ASM -fno-regmove"
|
|
||||||
%endif
|
%endif
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
sslarch="linux-generic64 -DB_ENDIAN -DNO_ASM"
|
sslarch="linux-generic64 -DB_ENDIAN"
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{arm}
|
%ifarch %{arm} sh3 sh4
|
||||||
sslarch=linux-generic32
|
sslarch=linux-generic32
|
||||||
%endif
|
%endif
|
||||||
# ia64, x86_64, ppc, ppc64 are OK by default
|
# ia64, x86_64, ppc, ppc64 are OK by default
|
||||||
@ -379,6 +378,10 @@ rm -rf $RPM_BUILD_ROOT/%{_bindir}/openssl_fips_fingerprint
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 27 2008 Tomas Mraz <tmraz@redhat.com> 0.9.8g-8
|
||||||
|
- super-H arch support
|
||||||
|
- drop workaround for bug 199604 as it should be fixed in gcc-4.3
|
||||||
|
|
||||||
* Mon May 19 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.9.8g-7
|
* Mon May 19 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.9.8g-7
|
||||||
- sparc handling
|
- sparc handling
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user