Deprecating m32c-rtems
Joel Sherrill
joel@rtems.org
Mon Dec 20 14:41:04 GMT 2021
On Sun, Dec 19, 2021 at 5:47 AM Alan Modra <amodra@gmail.com> wrote:
>
> On Fri, Dec 17, 2021 at 10:16:03AM -0600, Joel Sherrill wrote:
> > Hi
> >
> > I just posted a patch to gcc to mark m32c-rtems as an obsolete and on
> > the path to removal. Is there anything comparable in binutils.
>
> This:
Sorry. I knew about the code. I was wondering about a special case
for enable deprecated targets? GCC has a special option.
I will post the patch for this.
>
> diff --git a/bfd/config.bfd b/bfd/config.bfd
> index 08755e4679b..23669b74d68 100644
> --- a/bfd/config.bfd
> +++ b/bfd/config.bfd
> @@ -48,6 +48,7 @@ targ_underscore=no
>
> # Catch obsolete configurations.
> case $targ in
> + m32c-*-rtems* | \
> ns32k-*-netbsd* | \
> null)
> if test "x$enable_obsolete" != xyes; then
>
>
> --
> Alan Modra
> Australia Development Lab, IBM
More information about the Binutils
mailing list