* configure.host: Handle Solaris 10/x86.
From-SVN: r100958
This commit is contained in:
parent
6e35a0e53d
commit
e9c002e5ee
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* configure.host: Handle Solaris 10/x86.
|
||||
|
||||
2005-06-14 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
PR libgcj/19877:
|
||||
|
|
|
@ -231,6 +231,10 @@ EOF
|
|||
rm -f conftest conftest.c
|
||||
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* )
|
||||
sysdeps_dir=mips
|
||||
can_unwind_signal=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue