* configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
[deliverable/binutils-gdb.git] / configure
index 797cfcf55627963f7dbca9c6c348943c9a053162..b69f90d7009c024f723cf8410a7321de524f3ffb 100755 (executable)
--- a/configure
+++ b/configure
@@ -5448,6 +5448,9 @@ case "${target}" in
   mipsisa*-*-elfoabi*)
     target_makefile_frag="config/mt-mips-elfoabi"
     ;;
+  mips*-*-*linux* | mips*-*-gnu*)
+    target_makefile_frag="config/mt-mips-gnu"
+    ;;
   *-*-netware*)
     target_makefile_frag="config/mt-netware"
     ;;
This page took 0.027005 seconds and 4 git commands to generate.