diff options
author | Joel Sherrill <joel@gcc.gnu.org> | 2010-05-21 14:56:39 +0000 |
---|---|---|
committer | Joel Sherrill <joel@gcc.gnu.org> | 2010-05-21 14:56:39 +0000 |
commit | 1b64cc3e5c07ef70c903b4723436d06100b0d38e (patch) | |
tree | 7668d782d46de5dc448029d9fb3eebe37fef29d0 | |
parent | 3943fe022ef247ca1891316e344fc65b16bff573 (diff) | |
download | gcc-1b64cc3e5c07ef70c903b4723436d06100b0d38e.zip gcc-1b64cc3e5c07ef70c903b4723436d06100b0d38e.tar.gz gcc-1b64cc3e5c07ef70c903b4723436d06100b0d38e.tar.bz2 |
config.host (sparc64-*-rtems*): New target.
2010-05-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* config.host (sparc64-*-rtems*): New target.
From-SVN: r159669
-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 56d900c..1e76b19 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*) ;; |