PATCH: Fix typo in IRIX 6 obsoletions

Rainer Orth ro@CeBiTec.Uni-Bielefeld.DE
Wed Feb 24 14:47:00 GMT 2010


As Richard Sandiford noticed, there's a stupid typo in the target
triplet used to obsolete IRIX 6.[0-4] ;-(  That was the only obsoletion
that I hadn't explicitly tested.

Installed as obvious.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


2010-02-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.

diff -r 61fa5d4af876 -r 5267d5a455e1 gcc/config.gcc
--- a/gcc/config.gcc	Mon Feb 22 21:06:01 2010 +0100
+++ b/gcc/config.gcc	Mon Feb 22 21:08:37 2010 +0100
@@ -209,7 +209,7 @@
    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



More information about the Gcc-patches mailing list