newlib-cygwin/newlib/libc/misc
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
__dprintf.c ansification: remove _EXFUN, _EXFUN_NOTHROW 2018-01-17 11:47:29 -06:00
ffs.c misc: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
fini.c newlib: internalize HAVE_INITFINI_ARRAY 2022-01-19 19:59:16 -05:00
init.c newlib: internalize HAVE_INITFINI_ARRAY 2022-01-19 19:59:16 -05:00
lock.c misc: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
misc.tex Allow locking routine to be retargeted 2017-02-13 17:07:11 -05:00
unctrl.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00