Re: [PATCH] newlib: separate out libg from libc
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Feb 16 23:45, Mike Frysinger wrote: > Make this a separate target from libc so that we can migrate libc over > to automake more easily. Having it integrated into the libc target is > difficult to handle when using automake rules which expect a one-to-one > mapping between names & inputs. > --- > newlib/Makefile.am | 13 +++++++++---- > newlib/Makefile.in | 21 +++++++++++---------- > 2 files changed, 20 insertions(+), 14 deletions(-) LGTM, Corinna