Re: Linux/Sparc64/64bit ABI + OpenSSL 0.9.8/0.9.8e + GCC 4.1.2: make test failure

2007-08-30 Thread Darryl Miles
Andy Polyakov wrote: The problem was the setting for linux64-sparcv9 within Configure. Minimum change needed to fix problem: SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:::des_enc-sparc.o fcrypt_b.o i.e. the addition of DES_INT is enough to fix the problem. The

Re: [openssl.org #1568] OpenSSL 0.9.7k build fails Incorrect register `%rbp' used with `l' suffix

2007-08-30 Thread Darryl Miles
Andy Polyakov via RT wrote: On my old Debian box during OpenSSL 0.9.7 build, make fails: make[2]: Entering directory `/usr/local/openssl/crypto/rand' gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHA VE_DLFCN_H -DOPENSSL_NO_KRB5 -m64 -DL_ENDIAN -DTERMIO -O3

Re: Linux/Sparc64/64bit ABI + OpenSSL 0.9.8/0.9.8e + GCC 4.1.2: make test failure

2007-08-30 Thread Andy Polyakov
The problem was the setting for linux64-sparcv9 within Configure. Minimum change needed to fix problem: SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:::des_enc-sparc.o fcrypt_b.o i.e. the addition of DES_INT is enough to fix the problem. The following code should