From: Anthony Green Date: Fri, 1 Oct 2010 11:41:40 +0000 (+0000) Subject: Fix moxie-rtems configuration X-Git-Tag: releases/gcc-4.6.0~3954 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83f7dcf287b83c9627f845f955fa63fa621df35a;p=thirdparty%2Fgcc.git Fix moxie-rtems configuration From-SVN: r164877 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9708bac2fbf6..e1deab0794c7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-10-01 Anthony Green + + * config.gcc: Fix moxie-*-rtems* configuration. + 2010-10-01 Richard Guenther * dwarf2out.c (gen_namespace_die): Use DECL_FILE_SCOPE_P. diff --git a/gcc/config.gcc b/gcc/config.gcc index e30c06ef4a15..b1e86a044f62 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*)