Commit 83f7dcf2 by Anthony Green Committed by Anthony Green

Fix moxie-rtems configuration

From-SVN: r164877
parent ef7c141c
2010-10-01 Anthony Green <green@moxielogic.com>
* config.gcc: Fix moxie-*-rtems* configuration.
2010-10-01 Richard Guenther <rguenther@suse.de> 2010-10-01 Richard Guenther <rguenther@suse.de>
* dwarf2out.c (gen_namespace_die): Use DECL_FILE_SCOPE_P. * dwarf2out.c (gen_namespace_die): Use DECL_FILE_SCOPE_P.
...@@ -982,7 +982,7 @@ moxie-*-uclinux*) ...@@ -982,7 +982,7 @@ moxie-*-uclinux*)
extra_options="${extra_options} linux.opt" extra_options="${extra_options} linux.opt"
;; ;;
moxie-*-rtems*) 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" tm_file="moxie/moxie.h dbxelf.h elfos.h moxie/rtems.h rtems.h newlib-stdint.h"
;; ;;
h8300-*-rtems*) h8300-*-rtems*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment