[PATCH] newlib: powerpc: simplify reallocr & callocr build logic

Corinna Vinschen vinschen@redhat.com
Wed Feb 16 08:52:37 GMT 2022


On Feb 14 22:02, Mike Frysinger wrote:
> Replace the custom build rules (which require copying & pasting from the
> current Makefile) with small stub files.  This allows us to drop the rules
> entirely and let Automake provide everything.
> ---
>  newlib/libc/machine/powerpc/Makefile.am    |  8 +-------
>  newlib/libc/machine/powerpc/Makefile.in    | 20 +++++++++++++-------
>  newlib/libc/machine/powerpc/vec_callocr.c  |  2 ++
>  newlib/libc/machine/powerpc/vec_reallocr.c |  2 ++
>  4 files changed, 18 insertions(+), 14 deletions(-)
>  create mode 100644 newlib/libc/machine/powerpc/vec_callocr.c
>  create mode 100644 newlib/libc/machine/powerpc/vec_reallocr.c

LGTM


Thanks,
Corinna



More information about the Newlib mailing list