Re: [PATCH] newlib: powerpc: simplify reallocr & callocr build logic
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
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