summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-19 15:19:58 +0000
committerUlf Möller <ulf@openssl.org>1999-04-19 15:19:58 +0000
commit434c5dd37caacbd2436eaf8f32f4be5b9e769ce4 (patch)
treec9b91b77a7188473e32c1e054ad911b9e1b46695 /Configure
parenta723979da892dbe81dd7643a013dcad52e8d1393 (diff)
Document additional Configure flags.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure9
1 files changed, 7 insertions, 2 deletions
diff --git a/Configure b/Configure
index 2630daf0a1..2a1dbf2b39 100755
--- a/Configure
+++ b/Configure
@@ -10,10 +10,15 @@ use strict;
# see INSTALL for instructions.
#
-# Configure options:
+# Usage: Configure [-Dxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-asm] [rsaref]
+# [386] platform[:flags]
+#
+# Options:
# rsaref use RSAref
# no-asm do not use assembler
# 386 generate 80386 code
+# -D, -L, -l, -f, -K: compiler options are passed through
+#
# -DRSAref build to use RSAref
# -DNO_IDEA build with no IDEA algorithm
# -DNO_RC4 build with no RC4 algorithm
@@ -710,7 +715,7 @@ exit(0);
sub bad_target
{
- print STDERR "Usage: Configure [-Dxxx] [-Lxxx] [-lxxx] os/compiler\n";
+ print STDERR "Usage: Configure [-Dxxx] [-Lxxx] [-lxxx] [no-asm] [rsaref] os/compiler\n";
print STDERR "pick os/compiler from:";
my $j=0;
my $i;