If they ask for 386, keep it as 386 as possible...
authorAndy Polyakov <appro@openssl.org>
Mon, 2 Aug 2004 22:41:19 +0000 (22:41 +0000)
committerAndy Polyakov <appro@openssl.org>
Mon, 2 Aug 2004 22:41:19 +0000 (22:41 +0000)
Configure

index 9b92640092d9a4c346fba3efb646d0de4ee5e9e6..4891c6b436e58f3354d31664c18e87963594ab26 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -1157,6 +1157,8 @@ if ($ranlib eq "")
 #$bn1=$bn_asm unless ($bn1 =~ /\.o$/);
 #$bn_obj="$bn1";
 
 #$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/);
 $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/);