use sun3 command to translate

This commit is contained in:
ceriel
1988-07-13 18:31:57 +00:00
parent a12836c8fb
commit 0207afb434

View File

@@ -1,4 +1,4 @@
if m68020 -c -L $1 1>&2
if sun3 -c -L $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi