]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in: Do not assume x86-svr4 or x86-unixware can handle stabs.
authorJohn Hughes <john@Calva.COM>
Fri, 2 Oct 1998 00:15:06 +0000 (00:15 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 2 Oct 1998 00:15:06 +0000 (18:15 -0600)
        * configure.in: Do not assume x86-svr4 or x86-unixware can handle
        stabs.

From-SVN: r22726

ChangeLog
configure.in

index 75ec23d84613672826225b7839da402bdec2cfd3..38155f12b385c442d1d61a88fda3fa9e4022a1d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Oct  2 01:13:31 1998  John Hughes  <john@Calva.COM>
+
+       * configure.in: Do not assume x86-svr4 or x86-unixware can handle
+       stabs.
+
 Tue Sep  1 01:58:21 1998  Jeffrey A Law  (law@cygnus.com)
 
        * egcs-1.1 Released.
index 63e61055425ffbda7d752bd58a9fd220ff9468cb..27d9bf779e2b992f17961caf584a0461a3efdcf1 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"
     ;;