acadia-newlib/newlib/libc/search
Mike Frysinger 08a55a233d newlib: libc: merge machine/ configure scripts up a level
The machine configure scripts are all effectively stub scripts that
pass the higher level options to its own makefile.  There were only
three doing custom tests.  The rest were all effectively the same as
the libc/ configure script.

So instead of recursively running configure in all of these subdirs,
generate their makefiles from the top-level configure.  For the few
unique ones, deploy a pattern of including subdir logic via m4:
	m4_include([machine/nds32/acinclude.m4])

Some of the generated machine makefiles have a bunch of extra stuff
added to them, but that's because they were inconsistent in their
configure libtool calls.  The top-level has it, so it exports some
new vars to the ones that weren't already.
2022-01-26 03:11:21 -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/ configure scripts up a level 2022-01-26 03:11:21 -05: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
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
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