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 v850e target to v850-sim.exp


Hi Guys,

  I would like permission to apply the following patch.  It adds the
  v850e target to the v850-sim.exp board description.

Cheers
        Nick

2002-08-28  Nick Clifton  <nickc@redhat.com>

	* baseboards/v850-sim.exp (target_install): Add v850e-elf.

Index: baseboards/v850-sim.exp
===================================================================
RCS file: /cvsroot/dejagnu/dejagnu/baseboards/v850-sim.exp,v
retrieving revision 1.1.1.1
diff -c -3 -p -w -r1.1.1.1 v850-sim.exp
*** baseboards/v850-sim.exp	5 Feb 2001 04:18:18 -0000	1.1.1.1
--- baseboards/v850-sim.exp	29 Aug 2002 07:02:13 -0000
***************
*** 1,5 ****
  # This is a list of toolchains that are supported on this board.
! set_board_info target_install {v850-elf}
  
  # Load the generic configuration for this board. This will define any
  # routines needed by the tool to communicate with the board.
--- 1,5 ----
  # This is a list of toolchains that are supported on this board.
! set_board_info target_install {v850-elf v850e-elf}
  
  # Load the generic configuration for this board. This will define any
  # routines needed by the tool to communicate with the board.


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