From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id 10FBC385BF81; Tue, 1 Feb 2022 23:15:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 10FBC385BF81 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: delete unused iconvdata subdir config X-Act-Checkin: newlib-cygwin X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: 544637b21b016138f86130a5cb4de8763e975a58 X-Git-Newrev: 38755463e5b302a53eb282930f4871726a2b834f Message-Id: <20220201231520.10FBC385BF81@sourceware.org> Date: Tue, 1 Feb 2022 23:15:20 +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: Tue, 01 Feb 2022 23:15:20 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D38755463e5b= 302a53eb282930f4871726a2b834f commit 38755463e5b302a53eb282930f4871726a2b834f Author: Mike Frysinger Date: Tue Feb 1 18:13:53 2022 -0500 newlib: delete unused iconvdata subdir config =20 Since commit dcbff9eea71d06454e7d55d6b7e72672c0987d6d ("newlib: merge iconvdata into top-level Makefile"), there is no configure script in the iconvdata/ subdir, so this call will just issue a warning and not do anything useful. Punt it. Diff: --- newlib/configure | 9 +++------ newlib/configure.ac | 1 - 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/newlib/configure b/newlib/configure index 974f4086c..65b936303 100755 --- a/newlib/configure +++ b/newlib/configure @@ -871,8 +871,7 @@ LIBS CPPFLAGS CPP' ac_subdirs_all=3D'libc -libm -iconvdata' +libm' =20 # Initialize some variables set by options. ac_init_help=3D @@ -12009,7 +12008,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 12012 "configure" +#line 12011 "configure" #include "confdefs.h" =20 #if HAVE_DLFCN_H @@ -12115,7 +12114,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 12118 "configure" +#line 12117 "configure" #include "confdefs.h" =20 #if HAVE_DLFCN_H @@ -12427,8 +12426,6 @@ fi HAVE_ICONVDATA=3Dfalse case $host in i[34567]86-pc-linux-*) - subdirs=3D"$subdirs iconvdata" - HAVE_ICONVDATA=3Dtrue ;; esac diff --git a/newlib/configure.ac b/newlib/configure.ac index 5c38fc5b5..c164e5a64 100644 --- a/newlib/configure.ac +++ b/newlib/configure.ac @@ -350,7 +350,6 @@ AM_CONDITIONAL(HAVE_MULTISUBDIR, test x$have_multisubdi= r =3D xyes) HAVE_ICONVDATA=3Dfalse case $host in i[[34567]]86-pc-linux-*) - AC_CONFIG_SUBDIRS(iconvdata) HAVE_ICONVDATA=3Dtrue ;; esac