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.ac
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.ac')
-rw-r--r--newlib/configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/newlib/configure.ac b/newlib/configure.ac
index 366fffafc..0ae3e4bb2 100644
--- a/newlib/configure.ac
+++ b/newlib/configure.ac
@@ -347,9 +347,6 @@ AM_CONDITIONAL(HAVE_DOC, test x$have_multisubdir = xno)
# subdirectory withing the build directory.
AM_CONDITIONAL(HAVE_MULTISUBDIR, test x$have_multisubdir = xyes)
-HAVE_ICONVDATA=false
-AM_CONDITIONAL([HAVE_ICONVDATA], $HAVE_ICONVDATA)
-
CRT0=
CRT0_DIR=
if test "x${have_crt0}" = "xyes"; then