Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-28 13:12:54 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-01 06:21:17 +0300
commit4b0e66093c0b48d5c363cf17c45ad9bf88ae526c (patch)
treee543410a0b4c62389af37ecfc3bb16f38b447a33 /.github/workflows
parent6a59fc444b46681b59ce3152cfbd3c9e024455fa (diff)
newlib: fix preprocessor checks
Restore the call to AC_NO_EXECUTABLES -- I naively assumed in commit 2e9aa5f56cc26a411014a7f788423c670cfb5646 ("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.
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions