OSDN Git Service

* configure.host: Handle Solaris 10/x86.
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Jun 2005 23:33:08 +0000 (23:33 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Jun 2005 23:33:08 +0000 (23:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100958 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/configure.host

index 1b0625d..f52ae7a 100644 (file)
@@ -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:
index 5f32bfb..7f57cb0 100644 (file)
@@ -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