diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2002-10-14 06:59:06 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2002-10-14 06:59:06 +0000 |
commit | 8f6847cbf43ed15c314a481b72699c5d0f872b02 (patch) | |
tree | cc79ac5073d7f09a3e2bca2cb4a0731d06d1a0bc /gas/configure.in | |
parent | 686e4055ef51f366a0ccb26548bcdabdfea7f8b6 (diff) | |
download | gdb-8f6847cbf43ed15c314a481b72699c5d0f872b02.zip gdb-8f6847cbf43ed15c314a481b72699c5d0f872b02.tar.gz gdb-8f6847cbf43ed15c314a481b72699c5d0f872b02.tar.bz2 |
* configure.in (mips64vr-elf, mips64vrel-elf): New config.
* configure: Regenerate.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in index 7098fec..83be3b2 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -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$//'` |