* configure.in (mips*-*-irix6*o32): Enable stabs.
[deliverable/binutils-gdb.git] / configure.in
index 0eb378257de1327a293fe175132434d1cae951f0..adde9145a782765ca0a6a7b0c735784f20a1286c 100644 (file)
@@ -1255,6 +1255,10 @@ esac
 # Default to using --with-stabs for certain targets.
 if test x${with_stabs} = x ; then
   case "${target}" in
+  mips*-*-irix6*o32)
+    with_stabs=yes;
+    withoptions="${withoptions} --with-stabs"
+    ;;
   mips*-*-irix6*)
     ;;
   mips*-*-* | alpha*-*-osf*)
This page took 0.023192 seconds and 4 git commands to generate.