PR ld/14902
[binutils-gdb.git] / gas / configure
index cd9e5a4c5c454fc3f9f8f13e69e26e64079f796a..382f8d3522ba0a50a455788a43dbfe483a8232ed 100755 (executable)
@@ -12060,6 +12060,9 @@ _ACEOF
          mips64* | mipsisa64* | mipsisa32*)
            mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
            ;;
+         mips*)
+           mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
+           ;;
          *)
            as_fn_error "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
            ;;