Commit e9c002e5 by Rainer Orth Committed by Rainer Orth

* configure.host: Handle Solaris 10/x86.

From-SVN: r100958
parent 6e35a0e5
2005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* configure.host: Handle Solaris 10/x86.
2005-06-14 Tom Tromey <tromey@redhat.com> 2005-06-14 Tom Tromey <tromey@redhat.com>
PR libgcj/19877: PR libgcj/19877:
......
...@@ -231,6 +231,10 @@ EOF ...@@ -231,6 +231,10 @@ EOF
rm -f conftest conftest.c rm -f conftest conftest.c
fi fi
;; ;;
i[34567]86-*-solaris2.1[0-9]* )
sysdeps_dir=x86-64
DIVIDESPEC=-f%{m32:no-}%{!m32:%{!m64:no-}}%{m64:}use-divide-subroutine
;;
mips*-*-linux* ) mips*-*-linux* )
sysdeps_dir=mips sysdeps_dir=mips
can_unwind_signal=yes can_unwind_signal=yes
......
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