diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-05-27 21:57:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-05-27 21:57:48 +0000 |
commit | bedf545c12aa389c181ee2a071d5e10b6da79c9a (patch) | |
tree | f8ebc754d437f36e79bea94c51482a550342458f /gas/configure.in | |
parent | 5379904c275a8bc45f012cc7c9167e1a97ab127f (diff) | |
download | gdb-bedf545c12aa389c181ee2a071d5e10b6da79c9a.zip gdb-bedf545c12aa389c181ee2a071d5e10b6da79c9a.tar.gz gdb-bedf545c12aa389c181ee2a071d5e10b6da79c9a.tar.bz2 |
1999-05-28 Martin Dorey <mdorey@madge.com>
* config/tc-i960.c: Several minor changes to add ELF and
BFD_ASSEMBLER support.
* config/tc-i960.h: Likewise.
* configure.in (i960-*-elf*): New target.
* aclocal.m4, configure: Rebuild.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in index 96afd68..f022063 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -209,6 +209,7 @@ changequote([,])dnl i960-*-vxworks5.0) fmt=bout ;; i960-*-vxworks5.*) fmt=coff em=ic960 ;; i960-*-vxworks*) fmt=bout ;; + i960-*-elf*) fmt=elf ;; m32r-*-*) fmt=elf bfd_gas=yes ;; |