aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2010-05-21 14:56:02 +0000
committerJoel Sherrill <joel@gcc.gnu.org>2010-05-21 14:56:02 +0000
commit3943fe022ef247ca1891316e344fc65b16bff573 (patch)
tree2549807e8099bfa354098d8b67f1ad3bae0ae82d /gcc/config.gcc
parent95f6e526bc2b8a05382e12026c56e94d53dcb96f (diff)
downloadgcc-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/config.gcc')
-rw-r--r--gcc/config.gcc6
1 files changed, 6 insertions, 0 deletions
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