diff options
author | Anthony Green <green@moxielogic.com> | 2010-10-01 11:41:40 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2010-10-01 11:41:40 +0000 |
commit | 83f7dcf287b83c9627f845f955fa63fa621df35a (patch) | |
tree | 5755d7f4a07ab872aa18ee8306a57f4b3cce4850 /gcc/config.gcc | |
parent | ef7c141c38df472ccc01b2c236ae7d36d2dafee1 (diff) | |
download | gcc-83f7dcf287b83c9627f845f955fa63fa621df35a.zip gcc-83f7dcf287b83c9627f845f955fa63fa621df35a.tar.gz gcc-83f7dcf287b83c9627f845f955fa63fa621df35a.tar.bz2 |
Fix moxie-rtems configuration
From-SVN: r164877
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index e30c06e..b1e86a0 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -982,7 +982,7 @@ moxie-*-uclinux*) 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" + tmake_file="${tmake_file} moxie/t-moxie moxie/t-moxie-softfp soft-fp/t-softfp t-rtems" tm_file="moxie/moxie.h dbxelf.h elfos.h moxie/rtems.h rtems.h newlib-stdint.h" ;; h8300-*-rtems*) |