configure.host: Don't use -mxgot for MIPS builds.

2005-02-23  David Daney  <ddaney@avtrex.com>

	* configure.host: Don't use -mxgot for MIPS builds.

From-SVN: r95689
This commit is contained in:
David Daney 2005-02-28 17:22:30 +00:00 committed by David Daney
parent 4f380bf815
commit ac5205bd7d
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-02-23 David Daney <ddaney@avtrex.com>
* configure.host: Don't use -mxgot for MIPS builds.
2005-02-28 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/17383

View File

@ -227,7 +227,6 @@ EOF
mips*-*-linux* )
sysdeps_dir=mips
can_unwind_signal=yes
libgcj_flags="${libgcj_flags} -mxgot"
DIVIDESPEC=-fno-use-divide-subroutine
case "${host}" in
mipsel*-linux* | mipsisa32el*-linux*)