diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-09-28 17:33:04 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-09-28 17:33:04 +0000 |
commit | 8de16e560331bfd71d0477038d26fa659c3f2df7 (patch) | |
tree | 7d6c93d4f53eb283e868e02dc5698acfd0617e32 /gas | |
parent | b4f9d9bc42f1be565c226b99fb0740f332dcc0c1 (diff) | |
download | gdb-8de16e560331bfd71d0477038d26fa659c3f2df7.zip gdb-8de16e560331bfd71d0477038d26fa659c3f2df7.tar.gz gdb-8de16e560331bfd71d0477038d26fa659c3f2df7.tar.bz2 |
(arm-*-coff): Fix configuration.
Diffstat (limited to 'gas')
-rwxr-xr-x | gas/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/configure b/gas/configure index 5131dce..ed26003 100755 --- a/gas/configure +++ b/gas/configure @@ -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 ;; |