diff options
author | Nick Clifton <nickc@redhat.com> | 2005-04-18 10:59:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2005-04-18 10:59:35 +0000 |
commit | df3a97a84e1c6e779d5678e3e3875fe87b5d5df9 (patch) | |
tree | 943df6cd26c06db45f54b8604cd718d2a094ea0e /gcc/config.gcc | |
parent | 293fcb2e289bb7ae7bbff0583c7a127da776519a (diff) | |
download | gcc-df3a97a84e1c6e779d5678e3e3875fe87b5d5df9.zip gcc-df3a97a84e1c6e779d5678e3e3875fe87b5d5df9.tar.gz gcc-df3a97a84e1c6e779d5678e3e3875fe87b5d5df9.tar.bz2 |
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
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index e808b27..da03971 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" |