]> gcc.gnu.org Git - gcc.git/commitdiff
configure.in: Do not assume x86-svr4 or x86-unixware can handle stabs.
authorJohn Hughes <john@Calva.COM>
Sat, 5 Sep 1998 12:58:40 +0000 (06:58 -0600)
committerJeff Law <law@gcc.gnu.org>
Sat, 5 Sep 1998 12:58:40 +0000 (06:58 -0600)
8
        * configure.in: Do not assume x86-svr4 or x86-unixware can handle
        stabs.

From-SVN: r22264

configure.in

index 0cd3754d2d6786e79b0e611c56171ae2595f2430..57ce57d9ccaa0b7dcbbb8aad3118ffd3d1211f3a 100644 (file)
@@ -438,7 +438,7 @@ if [ x${with_stabs} = x ]; then
   case "${target}" in
   mips*-*-irix6*)
     ;;
-  mips*-*-* | alpha*-*-osf* | i[3456]86*-*-sysv4* | i[3456]86*-*-unixware*)
+  mips*-*-* | alpha*-*-osf*)
     with_stabs=yes;
     withoptions="${withoptions} --with-stabs"
     ;;
This page took 0.057 seconds and 5 git commands to generate.