public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Frysinger <vapier@sourceware.org>
To: newlib-cvs@sourceware.org
Subject: [newlib-cygwin] newlib: delete unused iconvdata subdir config
Date: Tue,  1 Feb 2022 23:15:20 +0000 (GMT)	[thread overview]
Message-ID: <20220201231520.10FBC385BF81@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=38755463e5b302a53eb282930f4871726a2b834f

commit 38755463e5b302a53eb282930f4871726a2b834f
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Tue Feb 1 18:13:53 2022 -0500

    newlib: delete unused iconvdata subdir config
    
    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='libc
-libm
-iconvdata'
+libm'
 
 # Initialize some variables set by options.
 ac_init_help=
@@ -12009,7 +12008,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12012 "configure"
+#line 12011 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12115,7 +12114,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12118 "configure"
+#line 12117 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12427,8 +12426,6 @@ fi
 HAVE_ICONVDATA=false
 case $host in
   i[34567]86-pc-linux-*)
-  	subdirs="$subdirs iconvdata"
-
 	HAVE_ICONVDATA=true
 	;;
 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_multisubdir = xyes)
 HAVE_ICONVDATA=false
 case $host in
   i[[34567]]86-pc-linux-*)
-  	AC_CONFIG_SUBDIRS(iconvdata)
 	HAVE_ICONVDATA=true
 	;;
 esac


                 reply	other threads:[~2022-02-01 23:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220201231520.10FBC385BF81@sourceware.org \
    --to=vapier@sourceware.org \
    --cc=newlib-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).