diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2011-05-30 16:27:54 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2011-05-30 16:27:54 +0000 |
commit | 3fd7879d121537c3fb6e2874bc683ea506760375 (patch) | |
tree | 0cc7ce8a7444963e508ae04a339e26d0f8fb71f0 /gcc | |
parent | 80060f7ac20e7d906a5b6f5c2781b5680beee64f (diff) | |
download | gcc-3fd7879d121537c3fb6e2874bc683ea506760375.zip gcc-3fd7879d121537c3fb6e2874bc683ea506760375.tar.gz gcc-3fd7879d121537c3fb6e2874bc683ea506760375.tar.bz2 |
config.gcc: Keep obselete list sorted.
gcc/
* config.gcc: Keep obselete list sorted.
From-SVN: r174442
Diffstat (limited to 'gcc')
-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 12a6468..2060dcd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-05-30 Richard Sandiford <rdsandiford@googlemail.com> + + * config.gcc: Keep obselete list sorted. + 2011-05-30 Jakub Jelinek <jakub@redhat.com> Eric Botcazou <ebotcazou@adacore.com> diff --git a/gcc/config.gcc b/gcc/config.gcc index e8c8618..71aeacd 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -238,9 +238,9 @@ md_file= # Obsolete configurations. case ${target} in i[34567]86-*-interix3* \ + | mips*-*-openbsd* \ | score-* \ | *-*-solaris2.8* \ - | mips*-*-openbsd* \ ) if test "x$enable_obsolete" != xyes; then echo "*** Configuration ${target} is obsolete." >&2 |