mirror of git://gcc.gnu.org/git/gcc.git
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
|
|
@ -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>
|
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
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue