Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-16 02:36:49 +0400
committerRichard Levitte <levitte@openssl.org>2000-09-16 02:36:49 +0400
commitf30839ecaa4bc8bfafb73a3b954c9f4abe78e5d0 (patch)
tree8b3d3cf7857c0361dc76e6f8aa374d0332c1bad1 /Configure
parenteb31944f81e9a35c904a93af0643134dd9fc4ca0 (diff)
Merged in the main trunk, did a 'make update', added a couple of
warnings in appropriate places about building a shared library from the ENGINE source.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/Configure b/Configure
index 561ad93fbe..afe66c440e 100755
--- a/Configure
+++ b/Configure
@@ -33,6 +33,10 @@ my $usage="Usage: Configure [no-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-
# multithreaded applications (default is "threads" if we
# know how to do it)
# [no-]shared [don't] try to create shared libraries when supported.
+# IT IS NOT RECOMMENDED TO USE "shared"! Since this is a
+# development branch, the positions of the ENGINE symbols
+# in the transfer vector are constantly moving, so binary
+# backward compatibility can't be guaranteed in any way.
# no-asm do not use assembler
# no-dso do not compile in any native shared-library methods. This
# will ensure that all methods just return NULL.
@@ -398,6 +402,9 @@ my %table=(
##### MacOS X (a.k.a. Rhapsody) setup
"rhapsody-ppc-cc","cc:-O3 -DB_ENDIAN::(unknown)::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:::",
+##### Sony NEWS-OS 4.x
+"newsos4-gcc","gcc:-O -DB_ENDIAN -DNEWS4::(unknown):-lmld -liberty:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR::::",
+
);
my @WinTargets=qw(VC-NT VC-WIN32 VC-WIN16 VC-W31-16 VC-W31-32 VC-MSDOS BC-32