(arm-*-coff): Fix configuration.

This commit is contained in:
David Edelsohn 1995-09-28 17:33:04 +00:00
parent b4f9d9bc42
commit 8de16e5603
1 changed files with 1 additions and 0 deletions

1
gas/configure vendored
View File

@ -671,6 +671,7 @@ for this_target in $target $canon_targets ; do
*) targ=arm-lit ;;
esac
;;
arm-*-coff) fmt=coff ;;
arm-*-riscix*) fmt=aout ;;
arm-*-pe) fmt=coff targ=armcoff em=pe ;;