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:
Phil Edwards 2002-06-19 01:30:39 +00:00
parent afd1930f1b
commit 9d7b4c5a4f
2 changed files with 8 additions and 0 deletions

View File

@ -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>
* configure.host: Delete file.

View File

@ -68,6 +68,10 @@ case "${target_cpu}" in
m68k | m680[246]0)
cpu_include_dir="cpu/m68k"
;;
mips)
# This is only until the mips routines are fixed.
cpu_include_dir="cpu/generic"
;;
mmix)
ATOMICITYH="cpu/generic"
;;