Re: [PATCH 1/7] newlib: libm: merge machine/ trampoline up a level
Jon Turney <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On 23/01/2022 06:04, Mike Frysinger wrote:
> The machine/{configure,Makefile} files exist only to fan out to the
> specific machine/$arch/ subdir. We already have all that same info
> in the libm/ dir itself, so by moving the recursive configure and
> make calls into it, we can cut off this logic entirely and save the
> overhead.
>
> For arches that don't have a machine subdir, it means they can skip
> the logic entirely.
> ---
It looks like this (and the following commint) breaks 'man info' and
'make man'?
(e.g. https://github.com/cygwin/cygwin/runs/4949106511)