]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix moxie-rtems configuration
authorAnthony Green <green@moxielogic.com>
Fri, 1 Oct 2010 11:41:40 +0000 (11:41 +0000)
committerAnthony Green <green@gcc.gnu.org>
Fri, 1 Oct 2010 11:41:40 +0000 (11:41 +0000)
From-SVN: r164877

gcc/ChangeLog
gcc/config.gcc

index 9708bac2fbf6da255ca9548a68fc45944c37c7a7..e1deab0794c73e552f00403500f9cbdb41bdbaba 100644 (file)
@@ -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.
index e30c06ef4a159abf4ffc0cfafdb269addd9b7e0b..b1e86a044f623fdf62b326c9e7ff6ec8b9f3b62a 100644 (file)
@@ -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*)