Some build configurations for gcc on Sparc use the outdated gcc switch -mv8.

The switch was deprecated at least back for gcc 2.95.2 in October 1999 
([1][2]). GCC 4 does no longer support the -mv8 switch but instead now 
you have to use the switch that was already preferred for version 
2.95.2: -mcpu=v8 ([3]).

Please replace all occurrences of "-mv8" in Configure (Release branches) 
resp. Configurations/10-main.conf (master) with -mcpu=v8.

Thanks,

Rainer

[1] https://gcc.gnu.org/onlinedocs/gcc-2.95.2/gcc_2.html#SEC19
[2] http://www.gnu.org/software/gcc/releases.html
[3] https://gcc.gnu.org/gcc-4.0/changes.html


_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to