]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* configure.in: Fix typo: fmt-elf to fmt=elf.
authorIan Lance Taylor <ian@airs.com>
Mon, 25 Sep 1995 04:26:30 +0000 (04:26 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 25 Sep 1995 04:26:30 +0000 (04:26 +0000)
gas/ChangeLog
gas/configure.in

index f26eb85eb4ccf804693a746d51650c27828eae5d..caf28810068a6424e3dfb4079c454eaa09d50790 100644 (file)
@@ -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
index e09aee935d1d6a37e6684cece5be20df74134d60..86c4b893e150ae7c5a5ad028da6ef2d47178e7fd 100644 (file)
@@ -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.) ;;