mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 23:31:21 +08:00
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:
parent
95f6e526bc
commit
3943fe022e
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user