New switch "386" to generate 80386 code (emulate bswap).

This commit is contained in:
Ulf Möller
1999-03-30 12:49:36 +00:00
parent bc37a6b81c
commit 0f247decd0
2 changed files with 23 additions and 7 deletions

View File

@@ -18,6 +18,11 @@ sub main'asm_init
($type,$fn)=@_;
$filename=$fn;
if ($ARGV[$#ARGV] eq "386")
{
$i386=1;
}
$cpp=$sol=$aout=$win32=0;
if ( ($type eq "elf"))
{ require "x86unix.pl"; }
@@ -32,6 +37,8 @@ sub main'asm_init
else
{
print STDERR <<"EOF";
Usage: $filename <target> [386]
Pick one target type from
elf - linux, FreeBSD etc
a.out - old linux