From 723228fae834b8becf81c4135cbd712d77c74934 Mon Sep 17 00:00:00 2001 From: John Hughes Date: Fri, 2 Oct 1998 00:15:06 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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" ;; -- 2.47.2