* configure.in: Recognize mips-*-linux* target.

* configure: Rebuild.
This commit is contained in:
Ian Lance Taylor 1997-01-02 21:53:52 +00:00
parent a162a49000
commit e16b9537c1
3 changed files with 8 additions and 5 deletions

View 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.

6
gas/configure vendored
View File

@ -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 ;;

View 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 ;;