From: Andy Polyakov Date: Mon, 2 Aug 2004 22:41:19 +0000 (+0000) Subject: If they ask for 386, keep it as 386 as possible... X-Git-Tag: BEN_FIPS_TEST_6~14^2~108 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=f8c469de7355cf281c3fdfedaea266932468bdc2 If they ask for 386, keep it as 386 as possible... --- 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/);