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:37:00 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-02 05:37:00 +0300
commitd5ebf5277ed397b87428510fff49d4a1b584c85d (patch)
treed1a59671a89d0e3402f7f8a6e5ca06268a7ed028 /newlib/configure.host
parent624e06b3cf5ad820b55cc8da03a0450d0fcc41d8 (diff)
newlib: rename libc_cv_ prefix to newlib_cv_
We've been using both libc_cv_ and newlib_cv_ for our cache vars. Let's consolidate on newlib_cv_ to avoid conflicts with glibc which is already using the libc_cv_ prefix.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index bf4a555e6..893a698ed 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -126,7 +126,7 @@ case "${host_cpu}" in
amdgcn*)
newlib_cflags="${newlib_cflags} -D__DYNAMIC_REENT__"
machine_dir=amdgcn
- libc_cv_initfinit_array=yes
+ newlib_cv_initfinit_array=yes
;;
arc*)
machine_dir=arc