summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-08-02 22:41:19 +0000
committerAndy Polyakov <appro@openssl.org>2004-08-02 22:41:19 +0000
commitf8c469de7355cf281c3fdfedaea266932468bdc2 (patch)
tree3a60b5f91cac9a0e0ca042c7b57b13945c75d851 /Configure
parent42096e05f7f69fc26e75db7a6ebb353064938c2f (diff)
downloadopenssl-f8c469de7355cf281c3fdfedaea266932468bdc2.tar.gz
If they ask for 386, keep it as 386 as possible...
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/Configure b/Configure
index 9b92640092..4891c6b436 100755
--- a/Configure
+++ b/Configure
@@ -1157,6 +1157,8 @@ if ($ranlib eq "")
#$bn1=$bn_asm unless ($bn1 =~ /\.o$/);
#$bn_obj="$bn1";
+$cpuid_obj="" if ($processor==386);
+
$bn_obj = $bn_asm unless $bn_obj ne "";
# bn86* is the only one implementing bn_*_part_words
$cflags.=" -DOPENSSL_BN_ASM_PART_WORDS" if ($bn_obj =~ /bn86/);