diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-27 13:17:38 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-27 13:17:38 +0000 |
commit | ab0c4d2eb2f6ebde5e397ab479f7a955d62e6106 (patch) | |
tree | 3b01f1f3d11f78b39d3b68830d6b56156303b697 /gcc/config.gcc | |
parent | 699e79f75bef022b40e05e278be3c578c6978ea7 (diff) | |
download | gcc-ab0c4d2eb2f6ebde5e397ab479f7a955d62e6106.tar.gz |
Add moxiebox target.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213098 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 9b3637e1ae3..7a3d3770844 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1168,6 +1168,12 @@ moxie-*-rtems*) tmake_file="${tmake_file} moxie/t-moxie" tm_file="moxie/moxie.h dbxelf.h elfos.h moxie/rtems.h rtems.h newlib-stdint.h" ;; +moxie-*-moxiebox*) + gas=yes + gnu_ld=yes + tm_file="${tm_file} dbxelf.h elfos.h moxie/moxiebox.h newlib-stdint.h" + tmake_file="${tmake_file} moxie/t-moxiebox" + ;; h8300-*-rtems*) tmake_file="${tmake_file} h8300/t-h8300 h8300/t-rtems" tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h h8300/rtems.h rtems.h newlib-stdint.h" |