Re: [PATCH] newlib: convert INTERNAL_NEWLIB to _LIBC
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Feb 28 20:21, Mike Frysinger wrote: > Since we already set up _LIBC to indicate source files are building > for newlib, we don't need this malloc-specific symbol. Convert it > over to simplify the build a bit. > --- > newlib/libc/stdlib/Makefile.am | 26 ++++++++++++-------------- > newlib/libc/stdlib/Makefile.in | 25 ++++++++++++------------- > newlib/libc/stdlib/mallocr.c | 22 +++++++++++----------- > newlib/libc/stdlib/nano-mallocr.c | 6 +++--- > 4 files changed, 38 insertions(+), 41 deletions(-) LGTM. Thx, Corinna