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-07 13:05:27 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-10 04:26:55 +0300
commite01b2bb014ee256a29fa5dc771572eccef9f7de3 (patch)
tree0343eb5e9c9e9a2651e9e8797dee716424e5c99e /newlib/configure
parent462d6942f6be6addbf0a977af366b421810738bb (diff)
newlib: drop unused iconvdata
This was only ever used for i?86-pc-linux-gnu targets, but that's been broken for years, and has since been dropped. So clean this up too.
Diffstat (limited to 'newlib/configure')
-rwxr-xr-xnewlib/configure20
1 files changed, 2 insertions, 18 deletions
diff --git a/newlib/configure b/newlib/configure
index 7b2a45868..7bb5a0fac 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -658,8 +658,6 @@ CRT0_DIR
CRT0
HAVE_CRT0_FALSE
HAVE_CRT0_TRUE
-HAVE_ICONVDATA_FALSE
-HAVE_ICONVDATA_TRUE
HAVE_MULTISUBDIR_FALSE
HAVE_MULTISUBDIR_TRUE
HAVE_DOC_FALSE
@@ -11660,7 +11658,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11663 "configure"
+#line 11661 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11766,7 +11764,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11769 "configure"
+#line 11767 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -12075,16 +12073,6 @@ else
fi
-HAVE_ICONVDATA=false
- if $HAVE_ICONVDATA; then
- HAVE_ICONVDATA_TRUE=
- HAVE_ICONVDATA_FALSE='#'
-else
- HAVE_ICONVDATA_TRUE='#'
- HAVE_ICONVDATA_FALSE=
-fi
-
-
CRT0=
CRT0_DIR=
if test "x${have_crt0}" = "xyes"; then
@@ -13253,10 +13241,6 @@ if test -z "${HAVE_MULTISUBDIR_TRUE}" && test -z "${HAVE_MULTISUBDIR_FALSE}"; th
as_fn_error $? "conditional \"HAVE_MULTISUBDIR\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
-if test -z "${HAVE_ICONVDATA_TRUE}" && test -z "${HAVE_ICONVDATA_FALSE}"; then
- as_fn_error $? "conditional \"HAVE_ICONVDATA\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
if test -z "${HAVE_CRT0_TRUE}" && test -z "${HAVE_CRT0_FALSE}"; then
as_fn_error $? "conditional \"HAVE_CRT0\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5