diff options
author | Anthony Green <green@moxielogic.com> | 2014-07-27 13:17:38 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2014-07-27 13:17:38 +0000 |
commit | 17522262ead9bae03bf6d21cc2b1e7a02ef60c60 (patch) | |
tree | 3b01f1f3d11f78b39d3b68830d6b56156303b697 /gcc/config.gcc | |
parent | 98b383e49710da94d4f12f4791f079df17b439f5 (diff) | |
download | gcc-17522262ead9bae03bf6d21cc2b1e7a02ef60c60.zip gcc-17522262ead9bae03bf6d21cc2b1e7a02ef60c60.tar.gz gcc-17522262ead9bae03bf6d21cc2b1e7a02ef60c60.tar.bz2 |
Add moxiebox target.
From-SVN: r213098
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 9b3637e..7a3d377 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" |