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:
parent
4f380bf815
commit
ac5205bd7d
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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*)
|
||||
|
|
Loading…
Add table
Reference in a new issue