Fix moxie-rtems configuration

From-SVN: r164877
This commit is contained in:
Anthony Green 2010-10-01 11:41:40 +00:00 committed by Anthony Green
parent ef7c141c38
commit 83f7dcf287
2 changed files with 5 additions and 1 deletions

View 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.

View 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*)