diff options
author | Joel Sherrill <joel.sherrill@oarcorp.com> | 2010-05-21 14:56:02 +0000 |
---|---|---|
committer | Joel Sherrill <joel@gcc.gnu.org> | 2010-05-21 14:56:02 +0000 |
commit | 3943fe022ef247ca1891316e344fc65b16bff573 (patch) | |
tree | 2549807e8099bfa354098d8b67f1ad3bae0ae82d /gcc | |
parent | 95f6e526bc2b8a05382e12026c56e94d53dcb96f (diff) | |
download | gcc-3943fe022ef247ca1891316e344fc65b16bff573.zip gcc-3943fe022ef247ca1891316e344fc65b16bff573.tar.gz gcc-3943fe022ef247ca1891316e344fc65b16bff573.tar.bz2 |
config.gcc (sparc64-*-rtems*): New target.
2010-05-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* config.gcc (sparc64-*-rtems*): New target.
From-SVN: r159668
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config.gcc | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0c55bc4..70704a8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config.gcc b/gcc/config.gcc index 06e694b..7318a94 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 |