From: John Hughes Date: Fri, 2 Oct 1998 00:15:06 +0000 (+0000) Subject: configure.in: Do not assume x86-svr4 or x86-unixware can handle stabs. X-Git-Tag: prereleases/egcs-1.1.1-pre~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=723228fae834b8becf81c4135cbd712d77c74934;p=thirdparty%2Fgcc.git configure.in: Do not assume x86-svr4 or x86-unixware can handle stabs. * configure.in: Do not assume x86-svr4 or x86-unixware can handle stabs. From-SVN: r22726 --- diff --git a/ChangeLog b/ChangeLog index 75ec23d84613..38155f12b385 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 2 01:13:31 1998 John Hughes + + * 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. diff --git a/configure.in b/configure.in index 63e61055425f..27d9bf779e2b 100644 --- a/configure.in +++ b/configure.in @@ -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" ;;