To whom it may concern,

please add the following line (at row 136) to the Configure file:

"solaris-x86-cc","cc:-xpentium -xO2 -xstrconst -xdepend -Xa -DL_ENDIAN
-DNO_INLINE_ASM::-D_REENTRANT:-lsocket -lnsl -ldl:BN_LLONG
${x86_gcc_des}
${x86_gcc_opts}:${x86_sol_asm}:dlfcn:solaris-shared:-KPIC",

enables the native cc  version 5.0 and 5.1 (WorkShop 5 and 6 for Intel),
it works fine and passes tests.

The following Makefile.ssl:
crypto/bf/Makefile.ssl
crypto/bn/Makefile.ssl
crypto/cast/Makefile.ssl
crypto/des/Makefile.ssl
crypto/md5/Makefile.ssl
crypto/rc4/Makefile.ssl
crypto/rc5/Makefile.ssl
crypto/ripemd/Makefile.ssl
crypto/sha/Makefile.ssl

should be changed, in the solaris target, from actual (example for
crypto/bn):

$(CC) -E -DSOL asm/bn86unix.cpp | sed 's/^#.*//' > asm/bn86-sol.s
as -o asm/bn86-sol.o asm/bn86-sol.s

to:

as -P -DSOL -o asm/bn86-sol.o asm/bn86unix.cpp

this makes happy sun's asm (SPARC and Intel).

Regards,

--
** Dr. Pietro Princi
** zone-c: PP787-RIPE
** Universita' di Messina - Viale Annunziata - 98100 MESSINA - ITALY
** tel: +39-90-6766459  fax: +39-90-6766458



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to