* configure.host: Set IEEESPEC to -mieee for sh*-*-*.

From-SVN: r99642
This commit is contained in:
Kaz Kojima 2005-05-13 00:21:01 +00:00
parent 585ac9fb12
commit 760ceba9ed
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-05-12 Kaz Kojima <kkojima@gcc.gnu.org>
* configure.host: Set IEEESPEC to -mieee for sh*-*-*.
2005-05-12 Thomas Fitzsimmons <fitzsim@redhat.com>
* Makefile.am (cond_gtk_gcjawt_ltlibrary): Rename libjawt.la

View File

@ -158,6 +158,7 @@ case "${host}" in
libgcj_flags="${libgcj_flags} -mieee"
libgcj_interpreter=yes
enable_hash_synchronization_default=yes
IEEESPEC=-mieee
;;
esac