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 12a6468dbe54db52ac67b1d8c17661385140c8d3..2060dcd41bf66cfdbf2ac9763fc1288760941bb9 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 e8c86181bc2b3dab49c28db3d272dac9190ad75c..71aeacdb20a76c25a3bfeccba986309a81285899 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