]> sourceware.org Git - newlib-cygwin.git/commit
newlib: stop making .def generation conditional
authorMike Frysinger <vapier@gentoo.org>
Fri, 21 Jan 2022 11:57:33 +0000 (06:57 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 21 Jan 2022 22:28:54 +0000 (17:28 -0500)
commit8776d090f848b4ba752ba363db8fd0de1e578155
tree9245905075d6a13780ea0d1fe59f97013bee898f
parent4af35511360b00157ce6829ed0530b63d284dff8
newlib: stop making .def generation conditional

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
newlib/libc/reent/Makefile.in
newlib/libc/stdio/Makefile.am
newlib/libc/stdio/Makefile.in
This page took 0.031275 seconds and 5 git commands to generate.