From 4fa7ed9388f3ca81d97cad2099a6f9fa9f8098de Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 11 Dec 2016 16:56:19 +0100 Subject: add libiconv-tiny implementation To use it enable UCLIBC_HAS_LIBICONV, then iconv_open/iconv_close should be available. --- libiconv/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libiconv/Makefile (limited to 'libiconv/Makefile') diff --git a/libiconv/Makefile b/libiconv/Makefile new file mode 100644 index 000000000..1ffc16ee3 --- /dev/null +++ b/libiconv/Makefile @@ -0,0 +1,9 @@ +# Makefile for uClibc-ng +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + +top_srcdir=../ +top_builddir=../ +include $(top_builddir)Rules.mak +all: libs +include Makefile.in +include $(top_srcdir)Makerules -- cgit v1.2.3