]> sourceware.org Git - newlib-cygwin.git/commit
newlib: libc: merge machine/ trampoline up a level
authorMike Frysinger <vapier@gentoo.org>
Sun, 23 Jan 2022 04:00:39 +0000 (23:00 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 26 Jan 2022 08:11:20 +0000 (03:11 -0500)
commitdb2ef77287fcc19dfa1fe6c3d3068794ff99bd01
treeba67c8330d0e9dab43a18bd782287dcc3d8d2bad
parent233997993408d2cba4f2fd973a61e49ee7f65922
newlib: libc: 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 libc/ 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.  Although there's prob not too many of those.
32 files changed:
newlib/libc/Makefile.am
newlib/libc/Makefile.in
newlib/libc/argz/Makefile.in
newlib/libc/configure
newlib/libc/configure.ac
newlib/libc/ctype/Makefile.in
newlib/libc/errno/Makefile.in
newlib/libc/iconv/Makefile.in
newlib/libc/iconv/ccs/Makefile.in
newlib/libc/iconv/ccs/binary/Makefile.in
newlib/libc/iconv/ces/Makefile.in
newlib/libc/iconv/lib/Makefile.in
newlib/libc/locale/Makefile.in
newlib/libc/machine/Makefile.am [deleted file]
newlib/libc/machine/Makefile.in [deleted file]
newlib/libc/machine/aclocal.m4 [deleted file]
newlib/libc/machine/configure [deleted file]
newlib/libc/machine/configure.ac [deleted file]
newlib/libc/misc/Makefile.in
newlib/libc/posix/Makefile.in
newlib/libc/reent/Makefile.in
newlib/libc/search/Makefile.in
newlib/libc/signal/Makefile.in
newlib/libc/ssp/Makefile.in
newlib/libc/stdio/Makefile.in
newlib/libc/stdio64/Makefile.in
newlib/libc/stdlib/Makefile.in
newlib/libc/string/Makefile.in
newlib/libc/syscalls/Makefile.in
newlib/libc/time/Makefile.in
newlib/libc/unix/Makefile.in
newlib/libc/xdr/Makefile.in
This page took 0.041097 seconds and 5 git commands to generate.