summaryrefslogtreecommitdiffstats
path: root/rules/host-libiconv.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-10-02 22:54:45 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-10-02 22:54:45 +0000
commit1f180a9d13659acbcdad21dd2ada55f2dc7ab410 (patch)
tree349b7c7e17a35ca34106f5bac2f24dc90244efb3 /rules/host-libiconv.in
parent449e5b8c17e7f97f3f1848abc146027236ddb979 (diff)
downloadptxdist-1f180a9d13659acbcdad21dd2ada55f2dc7ab410.tar.gz
ptxdist-1f180a9d13659acbcdad21dd2ada55f2dc7ab410.tar.xz
* libiconv: added host tool
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7338 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-libiconv.in')
-rw-r--r--rules/host-libiconv.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/rules/host-libiconv.in b/rules/host-libiconv.in
new file mode 100644
index 000000000..f266dd7d3
--- /dev/null
+++ b/rules/host-libiconv.in
@@ -0,0 +1,17 @@
+menuconfig HOST_LIBICONV
+ bool
+ prompt "libiconv "
+ help
+
+ libiconv converts traditional character encodings
+ to/from UNICODE. It is for you if your application
+ needs to support multiple character encodings, but
+ that support lacks from your system.
+
+config HOST_LIBICONV_EXTRA_ENCODINGS
+ depends on HOST_LIBICONV
+ bool
+ prompt "build with support for extra encodings"
+ help
+ provides support for a few extra encodings. see
+ readme in source package for details