This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Have the v850e*-* targets use the v850-* options file
- From: Nick Clifton <nickc at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Mon, 18 Apr 2005 11:56:29 +0100
- Subject: Have the v850e*-* targets use the v850-* options file
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"