newlib-cygwin/newlib/libc
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
..
argz newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
ctype newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
errno newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
iconv newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
include ldtoa: Import gdtoa from OpenBSD. 2021-12-03 19:20:17 +09:00
locale 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
misc newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
posix newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
reent newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
search newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
signal newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
ssp newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
stdio newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
stdio64 newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
stdlib newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
string newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
sys newlib: use abs_newlib_basedir for -I paths 2022-01-29 01:35:30 -05:00
syscalls newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
time newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
unix newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
xdr newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
Makefile.am newlib: fix info+man page builds 2022-01-26 21:41:47 -05:00
Makefile.in newlib: export abs_newlib_basedir for all subdirs 2022-01-29 01:35:30 -05:00
Makefile.unidata cleanup Unicode data files after generating updated tables 2021-11-16 11:24:29 +01: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
libc.in.xml newlib: use .texi with libc & libm manuals 2022-01-07 15:54:10 -05:00
libc.texi newlib: punt unused LIBC_EXTRA_LIB settings 2022-01-21 17:29:46 -05:00
sys.tex Don't include stdio64 functions in reentrant syscalls menu when not bulding stdio64. 2015-08-03 09:54:33 +01:00