From bfb701b021935a060245e65649eed62872c421c4 Mon Sep 17 00:00:00 2001 From: nickc Date: Mon, 18 Apr 2005 10:59:35 +0000 Subject: [PATCH] * config.gcc (m68hc12): Use the m68hc11.opt file for target specific options. (v850e, v850e1): Use the v850.opt file for target specific options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98313 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 7 +++++++ gcc/config.gcc | 3 +++ 2 files changed, 10 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8a70d696f8a7..bd95eacda811 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2005-04-18 Nick Clifton + + * 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 PR tree-optimization/21001 diff --git a/gcc/config.gcc b/gcc/config.gcc index e808b273e699..da039717175b 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1311,6 +1311,7 @@ m68hc12-*-*|m6812-*-*) md_file="m68hc11/m68hc11.md" out_file="m68hc11/m68hc11.c" tmake_file="m68hc11/t-m68hc11-gas" + extra_options="${extra_options} m68hc11/m68hc11.opt" use_fixproto=yes ;; m68k-*-aout*) @@ -2106,6 +2107,7 @@ v850e1-*-*) 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" @@ -2122,6 +2124,7 @@ v850e-*-*) 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" -- 2.47.3