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/Makefile.am
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/Makefile.am')
-rw-r--r--newlib/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/newlib/Makefile.am b/newlib/Makefile.am
index 1e35e6430..c6a2b3fe9 100644
--- a/newlib/Makefile.am
+++ b/newlib/Makefile.am
@@ -505,9 +505,6 @@ TEXINFO_TEX = ../texinfo/texinfo.tex
if HAVE_DOC
include doc/local.mk
endif
-if HAVE_ICONVDATA
-include iconvdata/Makefile.inc
-endif
include libc/Makefile.inc
include libm/Makefile.inc