diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-05 12:58:40 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-05 12:58:40 +0000 |
commit | 9f6346a58660d929a48fff08d773618e5eb4e1c9 (patch) | |
tree | 99c22ada7470a9d654bd9a8e03356f5625ad7500 /configure.in | |
parent | 0b6327218bd4c5c25621d85add67ff2b0bcc3ba6 (diff) | |
download | gcc-9f6346a58660d929a48fff08d773618e5eb4e1c9.tar.gz |
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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 0cd3754d2d6..57ce57d9cca 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" ;; |