Commit 3943fe02 by Joel Sherrill Committed by Joel Sherrill

config.gcc (sparc64-*-rtems*): New target.

2010-05-19  Joel Sherrill <joel.sherrill@oarcorp.com>

	* config.gcc (sparc64-*-rtems*): New target.

From-SVN: r159668
parent 95f6e526
2010-05-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* config.gcc (sparc64-*-rtems*): New target.
2010-05-21 Nathan Froyd <froydnj@codesourcery.com>
* tree.c (build_function_decl_skip_args): Fix grammar.
......
......@@ -2376,6 +2376,12 @@ sparc-*-rtems*)
tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
extra_parts="crti.o crtn.o crtbegin.o crtend.o"
;;
sparc64-*-rtems*)
tm_file="${tm_file} dbxelf.h elfos.h svr4.h newlib-stdint.h sparc/sysv4.h sparc/sp64-elf.h sparc/rtemself.h rtems.h"
extra_options="${extra_options} sparc/little-endian.opt"
tmake_file="${tmake_file} sparc/t-crtfm t-rtems"
extra_parts="crtbegin.o crtend.o"
;;
sparc*-*-solaris2*)
tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h"
case ${target} in
......
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