Hi,
> I just (successfully) installed and tested OpenSSL on a sparc running
> ultrapenguin. However, my first attempt failed miserably as the config
> script gets it wrong:
I had exactly the same problem with my SS2. But unfortunately Ray's
patch
supports only ultrasparc.
So, here is an improved version to help poor guys (like myself) to
recycle
their old hardware. ;-)
Best regards,
Christian
--- openssl-0.9.3a-vanilla/config Sun May 23 18:04:11 1999
+++ openssl-0.9.3a/config Sun Jun 6 15:05:08 1999
@@ -304,6 +304,8 @@
case "$GUESSOS" in
alpha-*-linux2) OUT="alpha-gcc" ;;
ppc-*-linux2) OUT="linux-ppc" ;;
+ sparc-*-linux2) OUT="linux-sparc" ;;
+ sparc64-*-linux2) OUT="linux-sparc64" ;;
mips-*-linux?) OUT="linux-mips" ;;
*-*-linux2) OUT="linux-elf" ;;
*-*-linux1) OUT="linux-aout" ;;
--- openssl-0.9.3a-vanilla/Configure Sat May 29 16:13:50 1999
+++ openssl-0.9.3a/Configure Sun Jun 6 15:06:28 1999
@@ -164,6 +164,10 @@
##"alpha164-cc", "cc:-tune host -fast
-readonly_strings:(unknown)::SIXTY_FOUR_BIT_LONG:asm/alpha.o::",
##"OpenBSD-alpha","gcc:-DTERMIOS -O3
-fomit-frame-pointer:(unknown):SIXTY_FOUR_BIT_LONG DES_INT DES_PTR
DES_RISC2:asm/alpha.o::",
+# Linux on Sparc
+"linux-sparc64","gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -mv8
-Wall:-D_REENTRANT:::::",
+"linux-sparc","gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-Wall:-D_REENTRANT::BN_LLONG RC4_CHAR DES_UNROLL BF_PTR::",
+
# The intel boxes :-), It would be worth seeing if bsdi-gcc can use the
# bn86-elf.o file file since it is hand tweaked assembler.
"linux-elf", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486
-Wall:-D_REENTRANT::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_elf_asm",
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]