diff options
author | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-21 14:56:39 +0000 |
---|---|---|
committer | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-21 14:56:39 +0000 |
commit | 41d8444c9a89bfb4c974b29f42882f117ffab82e (patch) | |
tree | 7668d782d46de5dc448029d9fb3eebe37fef29d0 /libgcc/config.host | |
parent | 9afa47110005bfa410b8d078c393a484e98dd24a (diff) | |
download | gcc-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.host | 2 |
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*) ;; |