newlib-cygwin/newlib/libc/stdio64
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: fix silent build in a few subdirs 2022-01-05 20:38:25 -05:00
Makefile.in newlib: libc: merge machine/ configure scripts up a level 2022-01-26 03:11:21 -05:00
dummy.c 2002-08-26 Jeff Johnston <jjohnstn@redhat.com> 2002-08-26 18:56:09 +00:00
fdopen64.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
fgetpos64.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
fopen64.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
freopen64.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
fseeko64.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
fsetpos64.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
ftello64.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
stdio64.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
stdio64.tex Use source files which have makedoc markup, but aren't processed or included. 2015-06-24 12:24:01 +01:00
tmpfile64.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00