acadia-newlib/newlib/libc/syscalls
Mike Frysinger db2ef77287 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.
2022-01-26 03:11:20 -05:00
..
Makefile.am
Makefile.in
sysclose.c
sysexecve.c
sysfcntl.c
sysfork.c
sysfstat.c
sysgetpid.c
sysgettod.c
sysisatty.c
syskill.c
syslink.c
syslseek.c
sysopen.c
sysread.c
syssbrk.c
sysstat.c
systimes.c
sysunlink.c
syswait.c
syswrite.c