From: Richard Sandiford Date: Mon, 30 May 2011 16:27:54 +0000 (+0000) Subject: config.gcc: Keep obselete list sorted. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3fd7879d121537c3fb6e2874bc683ea506760375;p=gcc.git config.gcc: Keep obselete list sorted. gcc/ * config.gcc: Keep obselete list sorted. From-SVN: r174442 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 12a6468dbe5..2060dcd41bf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-05-30 Richard Sandiford + + * config.gcc: Keep obselete list sorted. + 2011-05-30 Jakub Jelinek Eric Botcazou diff --git a/gcc/config.gcc b/gcc/config.gcc index e8c86181bc2..71aeacdb20a 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