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

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

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

From-SVN: r159668
This commit is contained in:
Joel Sherrill 2010-05-21 14:56:02 +00:00 committed by Joel Sherrill
parent 95f6e526bc
commit 3943fe022e
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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