mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-23 04:19:09 +08:00
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
@ -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…
Reference in New Issue
Block a user