configure.in: Do not assume x86-svr4 or x86-unixware can handle stabs.
8 * configure.in: Do not assume x86-svr4 or x86-unixware can handle stabs. From-SVN: r22264
This commit is contained in:
parent
ab03db526f
commit
c5ce8032ad
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue