From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id C3AD3385E82A; Wed, 2 Feb 2022 02:53:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C3AD3385E82A Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Frysinger To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] newlib: drop unused cache vars from Makefiles X-Act-Checkin: newlib-cygwin X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: 041dd7ff265a15096f995396c0005cea19336819 X-Git-Newrev: 624e06b3cf5ad820b55cc8da03a0450d0fcc41d8 Message-Id: <20220202025315.C3AD3385E82A@sourceware.org> Date: Wed, 2 Feb 2022 02:53:15 +0000 (GMT) X-BeenThere: newlib-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib GIT logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2022 02:53:15 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D624e06b3cf5= ad820b55cc8da03a0450d0fcc41d8 commit 624e06b3cf5ad820b55cc8da03a0450d0fcc41d8 Author: Mike Frysinger Date: Tue Feb 1 21:35:02 2022 -0500 newlib: drop unused cache vars from Makefiles =20 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. Diff: --- newlib/Makefile.in | 2 -- newlib/configure | 8 ++------ newlib/configure.ac | 2 -- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/newlib/Makefile.in b/newlib/Makefile.in index d2a0d4422..5d49279ce 100644 --- a/newlib/Makefile.in +++ b/newlib/Makefile.in @@ -407,8 +407,6 @@ htmldir =3D @htmldir@ includedir =3D @includedir@ infodir =3D @infodir@ install_sh =3D @install_sh@ -libc_cv_cc_loop_to_function =3D @libc_cv_cc_loop_to_function@ -libc_cv_initfinit_array =3D @libc_cv_initfinit_array@ libdir =3D @libdir@ libexecdir =3D @libexecdir@ libm_machine_dir =3D @libm_machine_dir@ diff --git a/newlib/configure b/newlib/configure index 65b936303..ca8953933 100755 --- a/newlib/configure +++ b/newlib/configure @@ -636,8 +636,6 @@ LTLIBOBJS LIBOBJS HAVE_LONG_DOUBLE_FALSE HAVE_LONG_DOUBLE_TRUE -libc_cv_cc_loop_to_function -libc_cv_initfinit_array NEWLIB_PATCHLEVEL_VERSION NEWLIB_MINOR_VERSION NEWLIB_MAJOR_VERSION @@ -12008,7 +12006,7 @@ else lt_dlunknown=3D0; lt_dlno_uscore=3D1; lt_dlneed_uscore=3D2 lt_status=3D$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12011 "configure" +#line 12009 "configure" #include "confdefs.h" =20 #if HAVE_DLFCN_H @@ -12114,7 +12112,7 @@ else lt_dlunknown=3D0; lt_dlno_uscore=3D1; lt_dlneed_uscore=3D2 lt_status=3D$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12117 "configure" +#line 12115 "configure" #include "confdefs.h" =20 #if HAVE_DLFCN_H @@ -13300,7 +13298,6 @@ rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_initfinit_array"= >&5 $as_echo "$libc_cv_initfinit_array" >&6; } - if test $libc_cv_initfinit_array =3D yes; then =20 $as_echo "#define _HAVE_INITFINI_ARRAY 1" >>confdefs.h @@ -13341,7 +13338,6 @@ $as_echo "#define _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL = 1" >>confdefs.h fi =20 =20 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double" >&5 $as_echo_n "checking for long double... " >&6; } if ${ac_cv_type_long_double+:} false; then : 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=3Dno fi rm -f conftest*]) -AC_SUBST(libc_cv_initfinit_array) if test $libc_cv_initfinit_array =3D yes; then AC_DEFINE(_HAVE_INITFINI_ARRAY, 1, [Define if the linker supports .prein= it_array/.init_array/.fini_array sections.]) fi @@ -678,7 +677,6 @@ rm -f conftest*]) if test $libc_cv_cc_loop_to_function =3D yes; then AC_DEFINE(_HAVE_CC_INHIBIT_LOOP_TO_LIBCALL, 1, [Define if compiler suppo= rts -fno-tree-loop-distribute-patterns.]) fi -AC_SUBST(libc_cv_cc_loop_to_function) =20 AC_TYPE_LONG_DOUBLE dnl Export the setting for our installed headers to check.