New option to generate 80386 code.
[openssl.git] / crypto / bf / asm / bf-586.pl
index 252abb710d6b1f02bffe4e2ebe70e64b2119d1c4..b556642c949a4fe21dc48263df9dfcc2a34da68c 100644 (file)
@@ -4,7 +4,7 @@ push(@INC,"perlasm","../../perlasm");
 require "x86asm.pl";
 require "cbc.pl";
 
-&asm_init($ARGV[0],"bf-586.pl");
+&asm_init($ARGV[0],"bf-586.pl",$ARGV[$#ARGV] eq "386");
 
 $BF_ROUNDS=16;
 $BF_OFF=($BF_ROUNDS+2)*4;