configure.target: Force mips to use the generic cpu routines.
2002-06-18 Phil Edwards <pme@gcc.gnu.org> * configure.target: Force mips to use the generic cpu routines. From-SVN: r54769
This commit is contained in:
parent
afd1930f1b
commit
9d7b4c5a4f
@ -1,3 +1,7 @@
|
|||||||
|
2002-06-18 Phil Edwards <pme@gcc.gnu.org>
|
||||||
|
|
||||||
|
* configure.target: Force mips to use the generic cpu routines.
|
||||||
|
|
||||||
2002-06-18 Phil Edwards <pme@gcc.gnu.org>
|
2002-06-18 Phil Edwards <pme@gcc.gnu.org>
|
||||||
|
|
||||||
* configure.host: Delete file.
|
* configure.host: Delete file.
|
||||||
|
@ -68,6 +68,10 @@ case "${target_cpu}" in
|
|||||||
m68k | m680[246]0)
|
m68k | m680[246]0)
|
||||||
cpu_include_dir="cpu/m68k"
|
cpu_include_dir="cpu/m68k"
|
||||||
;;
|
;;
|
||||||
|
mips)
|
||||||
|
# This is only until the mips routines are fixed.
|
||||||
|
cpu_include_dir="cpu/generic"
|
||||||
|
;;
|
||||||
mmix)
|
mmix)
|
||||||
ATOMICITYH="cpu/generic"
|
ATOMICITYH="cpu/generic"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user