summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-05 23:12:17 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-05 23:12:17 +0000
commitd74dd50d34819fb30789057d794d6ced1c93d8de (patch)
treebbe01280181721d243a46a97f63e2bef42a62a9e /configure
parenteb550b191e9e515b613bee953b2d2cfaae517c22 (diff)
downloadgcc-d74dd50d34819fb30789057d794d6ced1c93d8de.tar.gz
* configure.in: Don't pass --with-stabs on IRIX 5 either.
* configure: Regenerate. gcc: * config/mips/iris5gas.h (PREFERRED_DEBUGGING_TYPE): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77349 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 88d3753ed65..71791ac9e2a 100755
--- a/configure
+++ b/configure
@@ -2011,7 +2011,7 @@ fi
# Default to using --with-stabs for certain targets.
if test x${with_stabs} = x ; then
case "${target}" in
- mips*-*-irix6*)
+ mips*-*-irix[56]*)
;;
mips*-*-* | alpha*-*-osf*)
with_stabs=yes;