Commit 760ceba9 by Kaz Kojima

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

From-SVN: r99642
parent 585ac9fb
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> 2005-05-12 Thomas Fitzsimmons <fitzsim@redhat.com>
* Makefile.am (cond_gtk_gcjawt_ltlibrary): Rename libjawt.la * Makefile.am (cond_gtk_gcjawt_ltlibrary): Rename libjawt.la
......
...@@ -158,6 +158,7 @@ case "${host}" in ...@@ -158,6 +158,7 @@ case "${host}" in
libgcj_flags="${libgcj_flags} -mieee" libgcj_flags="${libgcj_flags} -mieee"
libgcj_interpreter=yes libgcj_interpreter=yes
enable_hash_synchronization_default=yes enable_hash_synchronization_default=yes
IEEESPEC=-mieee
;; ;;
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment