diff options
| author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-02-24 14:40:32 +0000 |
|---|---|---|
| committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-02-24 14:40:32 +0000 |
| commit | 89afcdc02529ea480b4f8744da901591c50a1cfb (patch) | |
| tree | a1fec800379d4dd26115ff0e72ba93363aa932f8 | |
| parent | 0adf6b09f60d09b6c54b9512c336110c3ec7ef78 (diff) | |
| download | ppe42-gcc-89afcdc02529ea480b4f8744da901591c50a1cfb.tar.gz ppe42-gcc-89afcdc02529ea480b4f8744da901591c50a1cfb.zip | |
* config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157043 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config.gcc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 45dc875e779..9c65ee2b05b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion. + +2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define. * config/i386/sol2-gas.h: New file. * config.gcc (i[34567]86-*-solaris2*): Use it. 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 |

