]> sourceware.org Git - newlib-cygwin.git/commit
newlib: libm: merge machine/ trampoline up a level
authorMike Frysinger <vapier@gentoo.org>
Sun, 23 Jan 2022 00:54:54 +0000 (19:54 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 26 Jan 2022 08:11:20 +0000 (03:11 -0500)
commit6ac043b19204399b28f17ecadaef9301223668fc
tree163e2182278a6e8330a87ae4cc4168c292a7e4a2
parent6d8c4e4ba13861cac3ba5749c2aabcbb7996ee49
newlib: libm: merge machine/ trampoline up a level

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.
14 files changed:
newlib/libm/Makefile.am
newlib/libm/Makefile.in
newlib/libm/common/Makefile.in
newlib/libm/complex/Makefile.in
newlib/libm/configure
newlib/libm/configure.ac
newlib/libm/fenv/Makefile.in
newlib/libm/machine/Makefile.am [deleted file]
newlib/libm/machine/Makefile.in [deleted file]
newlib/libm/machine/aclocal.m4 [deleted file]
newlib/libm/machine/configure [deleted file]
newlib/libm/machine/configure.ac [deleted file]
newlib/libm/math/Makefile.in
newlib/libm/mathfp/Makefile.in
This page took 0.034388 seconds and 5 git commands to generate.