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-02-02 05:35:02 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-02 05:35:47 +0300
commit624e06b3cf5ad820b55cc8da03a0450d0fcc41d8 (patch)
tree0cbbd21598d9c5819808abc6cea751d65d0a5072 /newlib/configure.ac
parent041dd7ff265a15096f995396c0005cea19336819 (diff)
newlib: drop unused cache vars from Makefiles
These aren't used in any of the makefiles, so there's no point in exporting these. These are only checked in the configure script.
Diffstat (limited to 'newlib/configure.ac')
-rw-r--r--newlib/configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/configure.ac b/newlib/configure.ac
index c164e5a64..ce36ea19a 100644
--- a/newlib/configure.ac
+++ b/newlib/configure.ac
@@ -656,7 +656,6 @@ else
libc_cv_initfinit_array=no
fi
rm -f conftest*])
-AC_SUBST(libc_cv_initfinit_array)
if test $libc_cv_initfinit_array = yes; then
AC_DEFINE(_HAVE_INITFINI_ARRAY, 1, [Define if the linker supports .preinit_array/.init_array/.fini_array sections.])
fi
@@ -678,7 +677,6 @@ rm -f conftest*])
if test $libc_cv_cc_loop_to_function = yes; then
AC_DEFINE(_HAVE_CC_INHIBIT_LOOP_TO_LIBCALL, 1, [Define if compiler supports -fno-tree-loop-distribute-patterns.])
fi
-AC_SUBST(libc_cv_cc_loop_to_function)
AC_TYPE_LONG_DOUBLE
dnl Export the setting for our installed headers to check.