diff mbox

Deprecating mips-openbsd

Message ID 87zkm4i253.fsf@firetop.home
State New
Headers show

Commit Message

Richard Sandiford May 30, 2011, 4:28 p.m. UTC
Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> writes:
> Richard Sandiford <rdsandiford@googlemail.com> writes:
>> Index: gcc/config.gcc
>> ===================================================================
>> --- gcc/config.gcc	2011-05-28 09:00:32.000000000 +0100
>> +++ gcc/config.gcc	2011-05-28 09:00:45.000000000 +0100
>> @@ -240,6 +240,7 @@ case ${target} in
>>     i[34567]86-*-interix3*		\
>>   | score-*				\
>>   | *-*-solaris2.8*			\
>> + | mips*-*-openbsd*			\
>>   )
>>      if test "x$enable_obsolete" != xyes; then
>>        echo "*** Configuration ${target} is obsolete." >&2
>
> Would you mind keeping the list sorted alphabetically?

Sorry, fixed as follows.

Richard


gcc/
	* config.gcc: Keep obselete list sorted.
diff mbox

Patch

Index: gcc/config.gcc
===================================================================
--- gcc/config.gcc	2011-05-30 17:26:51.000000000 +0100
+++ gcc/config.gcc	2011-05-30 17:26:58.000000000 +0100
@@ -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