summaryrefslogtreecommitdiff
path: root/libgcc/config.host
diff options
context:
space:
mode:
authorjoel <joel@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-21 14:56:39 +0000
committerjoel <joel@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-21 14:56:39 +0000
commit41d8444c9a89bfb4c974b29f42882f117ffab82e (patch)
tree7668d782d46de5dc448029d9fb3eebe37fef29d0 /libgcc/config.host
parent9afa47110005bfa410b8d078c393a484e98dd24a (diff)
downloadgcc-41d8444c9a89bfb4c974b29f42882f117ffab82e.tar.gz
2010-05-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* config.host (sparc64-*-rtems*): New target. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159669 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r--libgcc/config.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index 56d900cf3fb..1e76b19b0bf 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*)
;;