diff options
author | Anthony Green <green@moxielogic.com> | 2010-07-30 07:14:59 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2010-07-30 07:14:59 +0000 |
commit | 1242723ce9e7e84e2ace61e72d26ae70a95543f6 (patch) | |
tree | 2e1b259df598abf0244016f0333d12620bcce521 /gcc/config.gcc | |
parent | 009ba7f5a34b7b2b9a9a45178ab7f80ad983b95b (diff) | |
download | gcc-1242723ce9e7e84e2ace61e72d26ae70a95543f6.zip gcc-1242723ce9e7e84e2ace61e72d26ae70a95543f6.tar.gz gcc-1242723ce9e7e84e2ace61e72d26ae70a95543f6.tar.bz2 |
Add moxie-rtems configuration.
From-SVN: r162706
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 3834aec..47c1fb5 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -946,6 +946,10 @@ moxie-*-uclinux*) tm_defines="${tm_defines} DEFAULT_LIBC=LIBC_UCLIBC" extra_options="${extra_options} linux.opt" ;; +moxie-*-rtems*) + tmake_file="${tmake_file} moxie/t-moxie moxie/t-moxie-softfp soft-fp/t-softfp moxie/t-rtems" + tm_file="moxie/moxie.h dbxelf.h elfos.h moxie/rtems.h rtems.h newlib-stdint.h" + ;; h8300-*-rtems*) tmake_file="h8300/t-h8300 h8300/t-elf t-rtems h8300/t-rtems" tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h h8300/rtems.h rtems.h newlib-stdint.h" |