acadia-newlib/newlib/libc/posix
Mike Frysinger 96bc16f6b2 newlib: libc: merge build up a directory
Convert all the libc/ subdir makes into the top-level Makefile.  This
allows us to build all of libc from the top Makefile without using any
recursive make calls.  This is faster and avoids the funky lib.a logic
where we unpack subdir archives to repack into a single libc.a.  The
machine override logic is maintained though by way of Makefile include
ordering, and source file accumulation in libc_a_SOURCES.

There's a few dummy.c files that are no longer necessary since we aren't
doing the lib.a accumulating, so punt them.

The winsup code has been pulling the internal newlib ssp library out,
but that doesn't exist anymore, so change that to pull the objects.
2022-03-16 21:18:25 -04:00
..
COPYRIGHT
Makefile.inc newlib: libc: merge build up a directory 2022-03-16 21:18:25 -04:00
_isatty.c
cclass.h
closedir.c
cname.h
collate.c newlib: posix: use local includes for local headers 2022-02-18 18:40:57 -05:00
collate.h
collcmp.c
creat.c
dirfd.c
engine.c
execl.c
execle.c
execlp.c
execv.c
execve.c
execvp.c
fnmatch.3
fnmatch.c
ftw.c FTW Port for Newlib 2021-02-09 11:07:59 +01:00
glob.3
glob.c
isatty.c
namespace.h
nftw.c nftw: fix thread cancellation support 2021-09-03 12:26:17 +02:00
opendir.c
popen.c
posix.tex
posix_spawn.c posix_spawn: fix get/set uid/gid calls for 32 bit Cygwin 2022-01-12 11:57:35 +01:00
readdir.c
readdir_r.c
regcomp.c
regerror.c
regex.3
regex2.h
regexec.c
regfree.c
rewinddir.c
rune.h newlib: posix: use local includes for local headers 2022-02-18 18:40:57 -05:00
runetype.h
scandir.c
seekdir.c
sleep.c
sysexits.h
telldir.c
un-namespace.h
usleep.c
utils.h
wordexp.c
wordexp2.h
wordfree.c