newlib-cygwin/newlib/libc/search
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
..
Makefile.inc newlib: libc: merge build up a directory 2022-03-16 21:18:25 -04:00
bsd_qsort_r.c * libc/include/stdlib.h (__bsd_qsort_r): Declare. 2014-12-05 16:21:04 +00:00
bsearch.c ansification: remove _EXFNPTR, _EXPARM 2018-01-17 11:47:27 -06:00
db_local.h Fix warnings when building for msp430-elf 2020-09-03 12:55:32 +02:00
extern.h Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
hash.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
hash.h Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
hash_bigkey.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
hash_buf.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
hash_func.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
hash_log2.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
hash_page.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
hcreate.3 * Makefile.am (LIB_OBJECTLISTS): Add 2002-06-20 19:51:40 +00:00
hcreate.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
hcreate_r.c Fix warnings when building for msp430-elf 2020-09-03 12:55:32 +02:00
ndbm.c Port ndbm 2019-07-24 09:19:40 +02:00
page.h Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
qsort.c Reduce qsort stack consumption 2018-03-16 10:21:23 +01:00
qsort_r.c search: remove TRAD_SYNOPSIS 2017-12-01 03:41:51 -06:00
tdelete.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
tdestroy.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
tfind.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
tsearch.3 * Makefile.am (LIB_OBJECTLISTS): Add 2002-06-20 19:51:40 +00:00
tsearch.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
twalk.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00