]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* configure.in: Recognize mips-*-linux* target.
authorIan Lance Taylor <ian@airs.com>
Thu, 2 Jan 1997 21:53:52 +0000 (21:53 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 2 Jan 1997 21:53:52 +0000 (21:53 +0000)
* configure: Rebuild.

gas/ChangeLog
gas/configure
gas/configure.in

index 41972c4d1b075b3203d314b27c83b948a8eccb27..fabe9e0f18581fd81f83039b241903c99736ea42 100644 (file)
@@ -1,5 +1,8 @@
 Thu Jan  2 13:37:29 1997  Ian Lance Taylor  <ian@cygnus.com>
 
+       * configure.in: Recognize mips-*-linux* target.
+       * configure: Rebuild.
+
        * config/tc-mips.c (load_register): Rewrite 64 bit handling to
        work if valueT is only 32 bits.
 
index 7926df5a0f3a1d84cd17b5c6e7a4093b96f62b8a..9c1eb2a381559dd413ab51654097877988ce3ff2 100755 (executable)
@@ -732,7 +732,7 @@ for this_target in $target $canon_targets ; do
       m68008)          cpu_type=m68k ;;
       m683??)          cpu_type=m68k ;;
       m8*)             cpu_type=m88k ;;
-      mips*el)         cpu_type=mips endian=little;;
+      mips*el)         cpu_type=mips endian=little ;;
       mips*)           cpu_type=mips endian=big ;;
       powerpcle*)      cpu_type=ppc endian=little ;;
       powerpc*)                cpu_type=ppc endian=big ;;
@@ -878,7 +878,7 @@ for this_target in $target $canon_targets ; do
       mips-*-irix*)         fmt=ecoff targ=mips-big ;;
       mips-*-riscos*)       fmt=ecoff targ=mips-big ;;
       mips-*-sysv*)         fmt=ecoff targ=mips-big ;;
-      mips-*-elf* | mips-*-rtems*)
+      mips-*-elf* | mips-*-rtems* | mips-*-linux*)
                            fmt=elf 
                            case "$endian" in
                            big) targ=mips-big ;;
@@ -943,7 +943,7 @@ for this_target in $target $canon_targets ; do
       sparc-*-netbsd*)      fmt=aout em=nbsd bfd_gas=yes ;;
 
 # start-sanitize-tic80
-      tic80-*-coff)           fmt=coff targ=tic80coff;;
+      tic80-*-coff)        fmt=coff targ=tic80coff;;
 # end-sanitize-tic80
       v850-*-*)                    fmt=elf bfd_gas=yes ;;
 
index 1f2781687fc02669143ddeb71ad6ff90253f42dd..de3f262800e49f3245f78a537758610f05f1d836 100644 (file)
@@ -79,7 +79,7 @@ changequote(,)dnl
       m683??)          cpu_type=m68k ;;
 changequote([,])dnl
       m8*)             cpu_type=m88k ;;
-      mips*el)         cpu_type=mips endian=little;;
+      mips*el)         cpu_type=mips endian=little ;;
       mips*)           cpu_type=mips endian=big ;;
       powerpcle*)      cpu_type=ppc endian=little ;;
       powerpc*)                cpu_type=ppc endian=big ;;
@@ -225,7 +225,7 @@ changequote([,])dnl
       mips-*-irix*)         fmt=ecoff targ=mips-big ;;
       mips-*-riscos*)       fmt=ecoff targ=mips-big ;;
       mips-*-sysv*)         fmt=ecoff targ=mips-big ;;
-      mips-*-elf* | mips-*-rtems*)
+      mips-*-elf* | mips-*-rtems* | mips-*-linux*)
                            fmt=elf 
                            case "$endian" in
                            big) targ=mips-big ;;