config.gcc: Keep obselete list sorted.
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 30 May 2011 16:27:54 +0000 (16:27 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 30 May 2011 16:27:54 +0000 (16:27 +0000)
gcc/
* config.gcc: Keep obselete list sorted.

From-SVN: r174442

gcc/ChangeLog
gcc/config.gcc

index 12a6468..2060dcd 100644 (file)
@@ -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>
 
index e8c8618..71aeacd 100644 (file)
@@ -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