diff options
author | Iain Buclaw <ibuclaw@gdcproject.org> | 2018-10-29 22:56:52 +0000 |
---|---|---|
committer | Iain Buclaw <ibuclaw@gcc.gnu.org> | 2018-10-29 22:56:52 +0000 |
commit | 64ac3c33ba88dd3b248ff7c07709a2d28e9b1dfe (patch) | |
tree | 11a9d670b7ee7738c37af5281bcfc65a97a36d83 /gcc/config.gcc | |
parent | 90938ef8823fcd69e1a1e045148e5b6a1909be13 (diff) | |
download | gcc-64ac3c33ba88dd3b248ff7c07709a2d28e9b1dfe.zip gcc-64ac3c33ba88dd3b248ff7c07709a2d28e9b1dfe.tar.gz gcc-64ac3c33ba88dd3b248ff7c07709a2d28e9b1dfe.tar.bz2 |
config.gcc (xstormy16-*-elf): Set tm_d_file.
gcc/ChangeLog:
2018-10-29 Iain Buclaw <ibuclaw@gdcproject.org>
* config.gcc (xstormy16-*-elf): Set tm_d_file.
From-SVN: r265607
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 93dc297..b108697 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -3161,6 +3161,7 @@ xstormy16-*-elf) # For historical reasons, the target files omit the 'x'. tm_file="dbxelf.h elfos.h newlib-stdint.h stormy16/stormy16.h" tm_p_file=stormy16/stormy16-protos.h + tm_d_file="elfos.h stormy16/stormy16.h" md_file=stormy16/stormy16.md out_file=stormy16/stormy16.c extra_options=stormy16/stormy16.opt |