Re: [PATCH 0/6] rework malloc logic from build rules to source files
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Mar 1 20:36, Mike Frysinger wrote: > I broke these out into separate changes to make it easier to review. > The goal is to kill off all the custom build rules in stdlib/ so we > only rely on Automake to compile so we can convert the libc build to > a non-recursive one like we've done with libm.a. This is the last > series needed to unblock that. > > There's also some real bugfixes in here independent of the build > system rework, but I kept them separate for bisection purposes. Except for splitting the malloc stats functions into three files, the patchset looks good to me. Thanks, Corinna