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 newlib: migrate from INCLUDES to AM_CPPFLAGS 2022-01-05 20:29:53 -05:00
Makefile.in newlib: libc: merge machine/ trampoline up a level 2022-01-26 03:11:20 -05:00
sysclose.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
sysexecve.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
sysfcntl.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
sysfork.c ansification: remove _DEFUN_VOID 2018-01-17 11:47:19 -06:00
sysfstat.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
sysgetpid.c ansification: remove _DEFUN_VOID 2018-01-17 11:47:19 -06:00
sysgettod.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
sysisatty.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
syskill.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
syslink.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
syslseek.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
sysopen.c ansification: remove _HAVE_STDC 2018-01-17 11:47:30 -06:00
sysread.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
syssbrk.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
sysstat.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
systimes.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
sysunlink.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
syswait.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
syswrite.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00