Commit b2a95bc9 by Rainer Orth Committed by Rainer Orth

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
parent cbbbb42a
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> 2007-07-05 Andreas Tobler <a.tobler@schweiz.org>
* java/lang/natPosixProcess.cc: Reorder includes to fix compilation * java/lang/natPosixProcess.cc: Reorder includes to fix compilation
......
...@@ -257,6 +257,11 @@ EOF ...@@ -257,6 +257,11 @@ EOF
sysdeps_dir=x86-64 sysdeps_dir=x86-64
DIVIDESPEC=-f%{m32:no-}%{!m32:%{!m64:no-}}%{m64:}use-divide-subroutine 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* ) 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