Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2004-02-06 03:50:48 +0300
committerDJ Delorie <dj@redhat.com>2004-02-06 03:50:48 +0300
commit4ea8488c702529fd5e5bd32c2e7b624be8bad81b (patch)
tree292630966a48c6be3f6948c8e2ceb13352cdb368 /configure
parent8db3ebc0ea8153499eba2be45ef4782f19594fc5 (diff)
2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* configure.in: Don't pass --with-stabs on IRIX 5 either. * configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 88d3753ed..71791ac9e 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;