Have the v850e*-* targets use the v850-* options file

Nick Clifton nickc@redhat.com
Mon Apr 18 10:58:00 GMT 2005


Hi Guys,

  I am applying the patch below as obvious.  It makes the v850e-* and
  v850e1-* targets use the v850.opt options file.  These targets are
  variants of the v850.

Cheers
  Nick

gcc/ChangeLog
2005-04-18  Nick Clifton  <nickc@redhat.com>

	* config.gcc (v850e, v850e1): Use the v850.opt file for target
	specific options.

Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.533
diff -c -3 -p -r1.533 config.gcc
*** config.gcc	14 Apr 2005 15:59:57 -0000	1.533
--- config.gcc	18 Apr 2005 10:52:53 -0000
*************** m68hc12-*-*|m6812-*-*)
*************** v850e1-*-*)
*** 2106,2111 ****
--- 2107,2113 ----
  	tmake_file=v850/t-v850e
  	md_file=v850/v850.md
  	out_file=v850/v850.c
+ 	extra_options="${extra_options} v850/v850.opt"
  	if test x$stabs = xyes
  	then
  		tm_file="${tm_file} dbx.h"
*************** v850e-*-*)
*** 2122,2127 ****
--- 2124,2130 ----
  	tmake_file=v850/t-v850e
  	md_file=v850/v850.md
  	out_file=v850/v850.c
+ 	extra_options="${extra_options} v850/v850.opt"
  	if test x$stabs = xyes
  	then
  		tm_file="${tm_file} dbx.h"



More information about the Gcc-patches mailing list