diff options
author | Richard Sandiford <rsandifo@redhat.com> | 2005-04-04 07:47:01 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2005-04-04 07:47:01 +0000 |
commit | d45d235367d880c1df822f051b2aeb72d361d9d4 (patch) | |
tree | 8925a3c60728d963f031aa8ab7ff98eebd87b1d5 /gcc/config.gcc | |
parent | 06ed4795b4b6941ef389a747a517310e6d161a60 (diff) | |
download | gcc-d45d235367d880c1df822f051b2aeb72d361d9d4.zip gcc-d45d235367d880c1df822f051b2aeb72d361d9d4.tar.gz gcc-d45d235367d880c1df822f051b2aeb72d361d9d4.tar.bz2 |
config.gcc (xstormy16-*-elf): Set extra_options.
* config.gcc (xstormy16-*-elf): Set extra_options.
* config/stormy16/stormy16.h (target_flags, TARGET_SWITCHES): Delete.
* config/stormy16/stormy16.opt: New file.
From-SVN: r97526
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 20c9420..74c8b41 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2192,6 +2192,7 @@ xstormy16-*-elf) tm_p_file=stormy16/stormy16-protos.h md_file=stormy16/stormy16.md out_file=stormy16/stormy16.c + extra_options=stormy16/stormy16.opt tmake_file="stormy16/t-stormy16" extra_parts="crtbegin.o crtend.o" use_fixproto=yes |