[openssl.org #1493] -march=ultrasparc doesn't work on Solaris 9

2007-02-24 Thread Stephen Henson via RT
[guest - Sat Feb 24 04:06:10 2007]: -mcpu was replaced with -march in the 0.9.7 branch only. This change was never made to the 0.9.8 branch (which builds successfully for me). If I switch -march back to -mcpu in the generated Makefile then everything works again. Can you upgrade to

Re: [openssl.org #1493] -march=ultrasparc doesn't work on Solaris 9

2007-02-24 Thread [EMAIL PROTECTED] via RT
According to http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Option- Summary.html#Option-Summary: SPARC Options -mcpu=cpu-type -mtune=cpu-type -mcmodel=code-model -m32 -m64 -mapp-regs -mno-app-regs -mfaster-structs -mno-faster-structs

Re: [openssl.org #1493] -march=ultrasparc doesn't work on Solaris 9

2007-02-24 Thread [EMAIL PROTECTED] via RT
Can you upgrade to a newer version of gcc? More recent versions of gcc give endless warnings about the -mcpu option being deprecated. I'm running gcc 4.1.2, the latest release according to http:// gcc.gnu.org/ __ OpenSSL

[openssl.org #1493] -march=ultrasparc doesn't work on Solaris 9

2007-02-24 Thread Stephen Henson via RT
-mcpu wasn't deprecated on SPARC. I think it was only deprecated on i386. Seems that some platforms support -mcpu and others -march, ugh. I've reverted the sparc changes to the Configure script. Please try this patch: http://cvs.openssl.org/chngview?cn=15967 or the next snapshot.

Re: [openssl.org #1493] -march=ultrasparc doesn't work on Solaris 9

2007-02-24 Thread Stefan . Neis
Hi, -mcpu wasn't deprecated on SPARC. I think it was only deprecated on i386. Seems that some platforms support -mcpu and others -march, ugh. I've reverted the sparc changes to the Configure script. BTW, you might want to double check (in general), whether you want to use

Re: [openssl.org #1493] -march=ultrasparc doesn't work on Solaris 9

2007-02-24 Thread Dr. Stephen Henson
On Sat, Feb 24, 2007, [EMAIL PROTECTED] wrote: Hi, -mcpu wasn't deprecated on SPARC. I think it was only deprecated on i386. Seems that some platforms support -mcpu and others -march, ugh. I've reverted the sparc changes to the Configure script. BTW, you might want

Re: [openssl.org #1493] -march=ultrasparc doesn't work on Solaris 9

2007-02-24 Thread [EMAIL PROTECTED] via RT
Seems that some platforms support -mcpu and others -march, ugh. I've reverted the sparc changes to the Configure script. Please try this patch: http://cvs.openssl.org/chngview?cn=15967 or the next snapshot. Works great. Thanks!