Re: [PATCH] newlib: stop making .def generation conditional
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Jan 21 07:05, Mike Frysinger wrote: > Generating these files is very cheap, so let's just do it all the time. > This makes the build logic simpler, and keeps errors for slipping in in > codepaths that are not well tested. Creating these files doesn't mean > they'll be included in the manual implicitly. > > For example, some of the nano stdio files break documentation because > they don't have any chew directives in them. But no one noticed since > that code path is rarely enabled. So drop the _i and _float def files. > --- > newlib/libc/reent/Makefile.am | 11 ++++------- > newlib/libc/reent/Makefile.in | 11 ++++------- > newlib/libc/stdio/Makefile.am | 30 ++++++++++-------------------- > newlib/libc/stdio/Makefile.in | 29 ++++++++++------------------- > 4 files changed, 28 insertions(+), 53 deletions(-) +1 Corinna