* configure.target: Force mips to use the generic cpu routines.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54769
138bc75d-0d04-0410-961f-
82ee72b054a4
+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.
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"
;;