Denis Beauchemin <[EMAIL PROTECTED]> in epsilon.openssl.dev:
> I've been trying to install openssl on SuSE 7.0 on an IBM S/390 mainframe
> computer. I've succeeded but I had to tweak the Makefile.
[...]
> OS (config): s390-whatever-linux2
[...]
> ./config no-asm
[...]
> To correct, run config then modify Makefile to change the CFLAG line to
> remove -m486 and change -DL_ENDIAN to -DB_ENDIAN.
>
> "make" and "make test" will then be OK.
Please confirm that the following additions to config and Configure solve this problem:
Index: Configure
===================================================================
RCS file: /usr/local/openssl/cvs/openssl/Configure,v
retrieving revision 1.226.2.2
diff -u -r1.226.2.2 Configure
--- Configure 2000/10/27 21:49:40 1.226.2.2
+++ Configure 2001/02/09 08:27:51
@@ -297,6 +297,7 @@
"linux-mips", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-Wall::(unknown)::BN_LLONG:::",
"linux-ppc", "gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-Wall::-D_REENTRANT::BN_LLONG::",
"linux-m68k", "gcc:-DB_ENDIAN -DTERMIO -O2 -fomit-frame-pointer
-Wall::-D_REENTRANT::BN_LLONG::",
+"linux-s390", "gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
+-Wall::-D_REENTRANT::BN_LLONG::",
"linux-ia64", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-Wall::(unknown)::SIXTY_FOUR_BIT_LONG::",
"NetBSD-sparc", "gcc:-DTERMIOS -O3 -fomit-frame-pointer -mv8 -Wall
-DB_ENDIAN::(unknown)::BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL:::",
"NetBSD-m68", "gcc:-DTERMIOS -O3 -fomit-frame-pointer -Wall
-DB_ENDIAN::(unknown)::BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL:::",
Index: config
===================================================================
RCS file: /usr/local/openssl/cvs/openssl/config,v
retrieving revision 1.64
diff -u -r1.64 config
--- config 2000/09/21 05:41:52 1.64
+++ config 2001/02/09 08:27:29
@@ -435,6 +435,7 @@
*) OUT="linux-sparcv7" ;;
esac ;;
arm*-*-linux2) OUT="linux-elf-arm" ;;
+ s390-*-linux2) OUT="linux-s390" ;;
*-*-linux2) OUT="linux-elf" ;;
*-*-linux1) OUT="linux-aout" ;;
sun4u*-*-solaris2)
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]