Re: [PATCH] newlib: enable automake subdir-objects in all dirs
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Jan 17 14:02, Mike Frysinger wrote: > Currently this is only enabled in the top-level as that's the only > place where it seemed to be used. But the libc/sys/phoenix/ dir > also uses this functionality, but fails to explicitly enable it. > Automake workedaround it, but generated warnings. Move the option > to NEWLIB_CONFIGURE so all dirs get it automatically iff they end > up using the option. If they don't use the option, there's no > difference to the generated code. > --- > newlib/Makefile.am | 2 +- > newlib/Makefile.in | 2 +- > newlib/acinclude.m4 | 2 +- > newlib/libc/sys/phoenix/Makefile.in | 242 ++++++++++++++++------------ > 4 files changed, 141 insertions(+), 107 deletions(-) Thanks, please push. Corinna