re PR libgcj/32651 (libjava fails to build on IRIX 6.5)
PR libgcj/32651 * configure.host (mips-sgi-irix6*): Set sysdeps_dir. Disable interpreter. From-SVN: r126515
This commit is contained in:
parent
cbbbb42ac7
commit
b2a95bc9b3
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-07-10 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
PR libgcj/32651
|
||||
* configure.host (mips-sgi-irix6*): Set sysdeps_dir.
|
||||
Disable interpreter.
|
||||
|
||||
2007-07-05 Andreas Tobler <a.tobler@schweiz.org>
|
||||
|
||||
* java/lang/natPosixProcess.cc: Reorder includes to fix compilation
|
||||
|
|
|
@ -257,6 +257,11 @@ EOF
|
|||
sysdeps_dir=x86-64
|
||||
DIVIDESPEC=-f%{m32:no-}%{!m32:%{!m64:no-}}%{m64:}use-divide-subroutine
|
||||
;;
|
||||
mips-sgi-irix6* )
|
||||
sysdeps_dir=mips
|
||||
# disable interpreter, no closure support for N32 and N64 ABIs
|
||||
libgcj_interpreter=no
|
||||
;;
|
||||
mips*-*-linux* )
|
||||
sysdeps_dir=mips
|
||||
can_unwind_signal=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue