* configure.in (mips64vr-elf, mips64vrel-elf): New config.

* configure: Regenerate.
This commit is contained in:
Richard Sandiford 2002-10-14 06:59:06 +00:00
parent 686e4055ef
commit 8f6847cbf4
3 changed files with 184 additions and 186 deletions

View file

@ -1,3 +1,8 @@
2002-10-14 Richard Sandiford <rsandifo@redhat.com>
* configure.in (mips64vr-elf, mips64vrel-elf): New config.
* configure: Regenerate.
2002-10-13 Eric Christopher <echristo@redhat.com>, Alexandre Oliva <aoliva@redhat.com>
* config/tc-mips.c (s_gpdword): New function.

362
gas/configure vendored

File diff suppressed because it is too large Load diff

View file

@ -530,6 +530,9 @@ changequote([,])dnl
mipstx39 | mipstx39el)
mips_cpu=r3900
;;
mips64vr | mips64vrel)
mips_cpu=vr4100
;;
mips64* | mipsisa64* | mipsisa32*)
changequote(,)dnl
mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`