diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-25 04:26:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-25 04:26:30 +0000 |
commit | 057a4d414e88dd29d7d586a72fcc09695fccfef4 (patch) | |
tree | 5e5db71a46d9194e5372999352f7f0c1d4bb56d1 /gas | |
parent | 4f8710e6ffcf9bec3f8d4f26a9bc4bb55de0d4c0 (diff) | |
download | gdb-057a4d414e88dd29d7d586a72fcc09695fccfef4.zip gdb-057a4d414e88dd29d7d586a72fcc09695fccfef4.tar.gz gdb-057a4d414e88dd29d7d586a72fcc09695fccfef4.tar.bz2 |
* configure.in: Fix typo: fmt-elf to fmt=elf.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/configure.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f26eb85..caf2881 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Mon Sep 25 00:23:16 1995 Ian Lance Taylor <ian@cygnus.com> + + * configure.in: Fix typo: fmt-elf to fmt=elf. + Fri Sep 22 16:34:46 1995 Michael Meissner <meissner@tiktok.cygnus.com> * config/tc-ppc.c (ppc_elf_suffix): Rewrite to use a table of diff --git a/gas/configure.in b/gas/configure.in index e09aee9..86c4b89 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -205,6 +205,7 @@ changequote([,])dnl m88k-*-coff*) fmt=coff targ=m88kcoff ;; # don't change em like *-*-bsd does + mips-dec-netbsd*) fmt=elf targ=mips-lit endian=little ;; mips-dec-bsd*) fmt=aout targ=mips-lit ;; mips-sony-bsd*) fmt=ecoff targ=mips-big ;; mips-*-bsd*) AC_MSG_ERROR(Unknown vendor for mips-bsd configuration.) ;; |