From d5ebf5277ed397b87428510fff49d4a1b584c85d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 1 Feb 2022 21:37:00 -0500 Subject: 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. --- newlib/configure.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/configure.host') 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 -- cgit v1.2.3