From 1b64cc3e5c07ef70c903b4723436d06100b0d38e Mon Sep 17 00:00:00 2001
From: Joel Sherrill <joel@gcc.gnu.org>
Date: Fri, 21 May 2010 14:56:39 +0000
Subject: [PATCH] config.host (sparc64-*-rtems*): New target.

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

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

From-SVN: r159669
---
 libgcc/config.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgcc/config.host b/libgcc/config.host
index 56d900cf3fb9..1e76b19b0bf7 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -535,7 +535,7 @@ sparc-*-linux*)		# SPARC's running GNU/Linux, libc6
 	extra_parts="$extra_parts crtfastmath.o"
 	tmake_file="${tmake_file} sparc/t-crtfm"
 	;;
-sparc-*-rtems*)
+sparc-*-rtems* | sparc64-*-rtems* )
 	;;
 sparc64-*-solaris2* | sparcv9-*-solaris2*)
 	;;
-- 
GitLab