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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user