summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2000-05-30 12:59:43 +0000
committerGeoff Thorpe <geoff@openssl.org>2000-05-30 12:59:43 +0000
commit547bf7f9838285a111c50959a2363221971ab863 (patch)
tree273889fa845ce3aafce01cba619c25968b159613 /Configure
parentfbecbc8cfbece8e59b55dc8746320cade112a38a (diff)
"make update"
Also, corrects the linux-elf-arm config string, it was previously setting $des_obj = dlfcn :-)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 8ba23128fc..447e3d70b3 100755
--- a/Configure
+++ b/Configure
@@ -291,7 +291,7 @@ my %table=(
"ncr-scde","cc:-O6 -Xa -Hoff=BEHAVED -686 -Hwide -Hiw::(unknown):-lsocket -lnsl:${x86_gcc_des} ${x86_gcc_opts}:::",
# Linux on ARM
-"linux-elf-arm","gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::BN_LLONG::dlfcn",
+"linux-elf-arm","gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::BN_LLONG::::::::::dlfcn",
# UnixWare 2.0
"unixware-2.0","cc:-O -DFILIO_H::(unknown):-lsocket -lnsl:${x86_gcc_des} ${x86_gcc_opts}:::",