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.
|
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| Makefile.in | ||
| dummy.c | ||
| fdopen64.c | ||
| fgetpos64.c | ||
| fopen64.c | ||
| freopen64.c | ||
| fseeko64.c | ||
| fsetpos64.c | ||
| ftello64.c | ||
| stdio64.c | ||
| stdio64.tex | ||
| tmpfile64.c | ||