This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Add mips64vr-elf and mips64vrel-elf configs


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$//'`


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]