summaryrefslogtreecommitdiffstats
path: root/rules/host-glib.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-06-17 22:57:28 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-06-17 23:57:39 +0200
commit01cd423c21ddd06c338f245fb89dbefc9ea86f2a (patch)
treec296117fd7f4c888f7c8ebec00ef4a9ca6ecccc7 /rules/host-glib.make
parentd3e058a28804129103f50165546b973aeff1b2cd (diff)
downloadptxdist-01cd423c21ddd06c338f245fb89dbefc9ea86f2a.tar.gz
ptxdist-01cd423c21ddd06c338f245fb89dbefc9ea86f2a.tar.xz
remove host-libiconv
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-glib.make')
-rw-r--r--rules/host-glib.make7
1 files changed, 1 insertions, 6 deletions
diff --git a/rules/host-glib.make b/rules/host-glib.make
index 636cddd72..6943c8356 100644
--- a/rules/host-glib.make
+++ b/rules/host-glib.make
@@ -28,10 +28,6 @@ HOST_GLIB_ENV := $(HOST_ENV)
#
# autoconf
#
-# 'iconv' feature: configure tests for this feature in the glibc first. If not
-# found it checks for iconv library in the next step. On most
-# hosts 'iconv' should be present in the regular host glibc.
-#
HOST_GLIB_AUTOCONF := \
$(HOST_AUTOCONF) \
--enable-silent-rules \
@@ -52,8 +48,7 @@ HOST_GLIB_AUTOCONF := \
--disable-man \
--disable-dtrace \
--disable-systemtap \
- --disable-coverage \
- --with-libiconv=gnu
+ --disable-coverage
$(STATEDIR)/host-glib.install.post:
@$(call targetinfo)