This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC, PATCH] ARM related deprecations


Richard Earnshaw <rearnsha@arm.com> writes:

> --- config.gcc	(revision 182097)
> +++ config.gcc	(local)
> @@ -242,7 +242,14 @@ md_file=
>  
>  # Obsolete configurations.
>  case ${target} in
> + # Avoid special cases that are not obsolete
> +   arm*-*-linux-gnueabi*		\
> + | arm*-*-ecos-elf			\
> + )
> +     ;;

Please keep the cases sorted alphabetically.

Thanks.
        Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]