newlib-cygwin/newlib/libm
Mike Frysinger 2339979934 newlib: libm: 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.  The only one doing
any custom tests was nds32.  The rest were all effectively the same as
the libm/ configure script.

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

Even its set of checks are very small -- it does 2 preprocessor tests
and sets up 2 makefile conditionals.

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:20 -05:00
..
common newlib: libm: merge machine/ configure scripts up a level 2022-01-26 03:11:20 -05:00
complex newlib: libm: merge machine/ configure scripts up a level 2022-01-26 03:11:20 -05:00
fenv newlib: libm: merge machine/ configure scripts up a level 2022-01-26 03:11:20 -05:00
machine newlib: libm: merge machine/ configure scripts up a level 2022-01-26 03:11:20 -05:00
math newlib: libm: merge machine/ configure scripts up a level 2022-01-26 03:11:20 -05:00
mathfp newlib: libm: merge machine/ configure scripts up a level 2022-01-26 03:11:20 -05:00
test Remove matherr, and SVID and X/Open math library configurations 2019-01-23 10:46:24 +01:00
Makefile.am newlib: libm: merge machine/ trampoline up a level 2022-01-26 03:11:20 -05:00
Makefile.in newlib: libm: merge machine/ configure scripts up a level 2022-01-26 03:11:20 -05:00
aclocal.m4 newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
configure newlib: libm: merge machine/ configure scripts up a level 2022-01-26 03:11:20 -05:00
configure.ac newlib: libm: merge machine/ configure scripts up a level 2022-01-26 03:11:20 -05:00
libm.in.xml fenv: Include documentation in generated .info file 2019-08-15 12:04:50 +02:00
libm.texi newlib: use .texi with libc & libm manuals 2022-01-07 15:54:10 -05:00