mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-26 12:23:59 +08:00
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
@ -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…
Reference in New Issue
Block a user