Re: [PATCH] newlib: powerpc: move libc machine list to Makefile
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Jan 23 00:41, Mike Frysinger wrote: > This makes the makefile logic a bit cleaner so we don't have two > files maintaining lists of sources & objects. Since the logic is > tied to cpu capabilities, past those boolean settings down from > the configure logic to the makefile logic. > > This will also make it easier to throw away the configure script > in a follow up commit and just keep the makefile. > --- > newlib/libc/machine/powerpc/Makefile.am | 35 +++++++++++++++++++-- > newlib/libc/machine/powerpc/Makefile.in | 34 +++++++++++++++++++-- > newlib/libc/machine/powerpc/configure | 39 +++++++++++++++++++----- > newlib/libc/machine/powerpc/configure.ac | 14 ++++----- > 4 files changed, 101 insertions(+), 21 deletions(-) LGTM Thanks, Corinna