Commit df3a97a8 by Nick Clifton Committed by Nick Clifton

config.gcc (m68hc12): Use the m68hc11.opt file for target specific options.

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

From-SVN: r98313
parent 293fcb2e
2005-04-18 Nick Clifton <nickc@redhat.com>
* config.gcc (m68hc12): Use the m68hc11.opt file for target
specific options.
(v850e, v850e1): Use the v850.opt file for target specific
options.
2005-04-18 Kazu Hirata <kazu@cs.umass.edu> 2005-04-18 Kazu Hirata <kazu@cs.umass.edu>
PR tree-optimization/21001 PR tree-optimization/21001
......
...@@ -1311,6 +1311,7 @@ m68hc12-*-*|m6812-*-*) ...@@ -1311,6 +1311,7 @@ m68hc12-*-*|m6812-*-*)
md_file="m68hc11/m68hc11.md" md_file="m68hc11/m68hc11.md"
out_file="m68hc11/m68hc11.c" out_file="m68hc11/m68hc11.c"
tmake_file="m68hc11/t-m68hc11-gas" tmake_file="m68hc11/t-m68hc11-gas"
extra_options="${extra_options} m68hc11/m68hc11.opt"
use_fixproto=yes use_fixproto=yes
;; ;;
m68k-*-aout*) m68k-*-aout*)
...@@ -2106,6 +2107,7 @@ v850e1-*-*) ...@@ -2106,6 +2107,7 @@ v850e1-*-*)
tmake_file=v850/t-v850e tmake_file=v850/t-v850e
md_file=v850/v850.md md_file=v850/v850.md
out_file=v850/v850.c out_file=v850/v850.c
extra_options="${extra_options} v850/v850.opt"
if test x$stabs = xyes if test x$stabs = xyes
then then
tm_file="${tm_file} dbx.h" tm_file="${tm_file} dbx.h"
...@@ -2122,6 +2124,7 @@ v850e-*-*) ...@@ -2122,6 +2124,7 @@ v850e-*-*)
tmake_file=v850/t-v850e tmake_file=v850/t-v850e
md_file=v850/v850.md md_file=v850/v850.md
out_file=v850/v850.c out_file=v850/v850.c
extra_options="${extra_options} v850/v850.opt"
if test x$stabs = xyes if test x$stabs = xyes
then then
tm_file="${tm_file} dbx.h" tm_file="${tm_file} dbx.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment