Add mips64vr-elf and mips64vrel-elf configs
Richard Sandiford
rsandifo@redhat.com
Fri Oct 11 08:09:00 GMT 2002
Rather later than intended, here's a patch to add mips64vr-elf
and mips64vrel-elf configs to gas. Tested with a gcc
basic-improvements build. OK to install?
Richard
* configure.in (mips64vr-elf, mips64vrel-elf): New config.
* configure: Regenerate.
Index: configure.in
===================================================================
RCS file: /cvs/src/src/gas/configure.in,v
retrieving revision 1.117
diff -c -d -p -r1.117 configure.in
*** configure.in 28 Aug 2002 10:38:47 -0000 1.117
--- configure.in 11 Oct 2002 15:07:23 -0000
*************** changequote([,])dnl
*** 530,535 ****
--- 530,538 ----
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$//'`
More information about the Binutils
mailing list