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-18 06:20:20 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-20 03:59:16 +0300
commit437c5c5085ff30b4a4960b2b53d06728c788361d (patch)
treee3ed5ad7825b649ce74c03622b6b832c484b908d /newlib/configure.ac
parent6783cceb0acdf163f8f8843f63c17e08c07b88e9 (diff)
newlib: internalize HAVE_INITFINI_ARRAY
This define is only used by newlib internally, so stop exporting it as HAVE_INITFINI_ARRAY since this can conflict with defines packages use themselves. We don't really need to add _ to HAVE_INIT_FINI too since it isn't exported in newlib.h, but might as well be consistent here. We can't (easily) add this to newlib_cflags like HAVE_INIT_FINI is because this is based on a compile-time test in the top configure, not on plain shell code in configure.host. We'd have to replicate the test in every subdir in order to have it passed down.
Diffstat (limited to 'newlib/configure.ac')
-rw-r--r--newlib/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure.ac b/newlib/configure.ac
index 361bbfbac..8dca042aa 100644
--- a/newlib/configure.ac
+++ b/newlib/configure.ac
@@ -648,7 +648,7 @@ fi
rm -f conftest*])
AC_SUBST(libc_cv_initfinit_array)
if test $libc_cv_initfinit_array = yes; then
- AC_DEFINE_UNQUOTED(HAVE_INITFINI_ARRAY)
+ AC_DEFINE_UNQUOTED(_HAVE_INITFINI_ARRAY)
fi
AC_CACHE_CHECK(if $CC accepts -fno-tree-loop-distribute-patterns with \