From: Rainer Orth Date: Wed, 24 Feb 2010 14:40:32 +0000 (+0000) Subject: * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bef64e0fada701c68f67e599176629362bfcd103;p=gcc.git * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion. From-SVN: r157043 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 45dc875e779..9c65ee2b05b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-02-24 Rainer Orth + + * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion. + 2010-02-24 Rainer Orth * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define. diff --git a/gcc/config.gcc b/gcc/config.gcc index 673e660236f..62ef6b09340 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -209,7 +209,7 @@ case ${target} in alpha*-dec-osf4* \ | alpha*-dec-osf5.0* \ | mips-sgi-irix5* \ - | mips-sgi-irix6.[0-4]5* \ + | mips-sgi-irix6.[0-4]* \ | *-*-solaris2.7* \ ) if test "x$enable_obsolete" != xyes; then