From 9f6346a58660d929a48fff08d773618e5eb4e1c9 Mon Sep 17 00:00:00 2001 From: law <law@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Sat, 5 Sep 1998 12:58:40 +0000 Subject: [PATCH] 8 * configure.in: Do not assume x86-svr4 or x86-unixware can handle stabs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22264 138bc75d-0d04-0410-961f-82ee72b054a4 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 0cd3754d2d67..57ce57d9ccaa 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" ;; -- GitLab