aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2010-10-01 11:41:40 +0000
committerAnthony Green <green@gcc.gnu.org>2010-10-01 11:41:40 +0000
commit83f7dcf287b83c9627f845f955fa63fa621df35a (patch)
tree5755d7f4a07ab872aa18ee8306a57f4b3cce4850 /gcc
parentef7c141c38df472ccc01b2c236ae7d36d2dafee1 (diff)
downloadgcc-83f7dcf287b83c9627f845f955fa63fa621df35a.zip
gcc-83f7dcf287b83c9627f845f955fa63fa621df35a.tar.gz
gcc-83f7dcf287b83c9627f845f955fa63fa621df35a.tar.bz2
Fix moxie-rtems configuration
From-SVN: r164877
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config.gcc2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9708bac..e1deab0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2010-10-01 Anthony Green <green@moxielogic.com>
+
+ * config.gcc: Fix moxie-*-rtems* configuration.
+
2010-10-01 Richard Guenther <rguenther@suse.de>
* dwarf2out.c (gen_namespace_die): Use DECL_FILE_SCOPE_P.
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*)