projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab03db5
)
configure.in: Do not assume x86-svr4 or x86-unixware can handle stabs.
author
John Hughes
<john@Calva.COM>
Sat, 5 Sep 1998 12:58:40 +0000
(06:58 -0600)
committer
Jeff Law
<law@gcc.gnu.org>
Sat, 5 Sep 1998 12:58:40 +0000
(06:58 -0600)
8
* configure.in: Do not assume x86-svr4 or x86-unixware can handle
stabs.
From-SVN: r22264
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 0cd3754d2d6786e79b0e611c56171ae2595f2430..57ce57d9ccaa0b7dcbbb8aad3118ffd3d1211f3a 100644
(file)
--- 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"
;;