newlib-cygwin/newlib/libm
Mike Frysinger 4b0e66093c newlib: fix preprocessor checks
Restore the call to AC_NO_EXECUTABLES -- I naively assumed in commit
2e9aa5f56c ("newlib: update preprocessor
configure checks") that checking for a preprocessor would not involve
linking code.  Unfortunately, autoconf will implicitly check that the
compiler "works" before allowing it to be used, and that involves a
link test, and that fails because newlib provides the C library which
is needed to pass a link test.

There is some code in NEWLIB_CONFIGURE specifically to help mitigate
these, but it's not kicking in here for some reason, so let's just add
the AC_NO_EXECUTABLES call back until we can unwind that custom logic.

Additionally, we have to call AC_PROG_CPP explicitly.  This was being
invoked later on, but only in the use_libtool=yes codepath, and that
is almost never enabled.
2022-01-31 22:21:17 -05:00
..
common newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
complex newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
fenv newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
machine newlib: use abs_newlib_basedir for -I paths 2022-01-29 01:35:30 -05:00
math newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
mathfp newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -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: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
aclocal.m4 newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
configure newlib: fix preprocessor checks 2022-01-31 22:21:17 -05:00
configure.ac newlib: fix preprocessor checks 2022-01-31 22:21:17 -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