* configure.in (mips*-*-irix6*o32): Enable stabs.
authorDJ Delorie <dj@redhat.com>
Thu, 11 Jul 2002 19:38:34 +0000 (19:38 +0000)
committerDJ Delorie <dj@redhat.com>
Thu, 11 Jul 2002 19:38:34 +0000 (19:38 +0000)
ChangeLog
configure.in

index 8f0e6c8bb2a8fd8f37c35cdf298b5c08a9196264..bc9fa6ab5bab2ef6fd41c2cbb57cfb97e2152b08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * configure.in (mips*-*-irix6*o32): Enable stabs.
+
 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
 
        * configure.in: Don't build grez.
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.035978 seconds and 4 git commands to generate.