From bf70521737826ef2c6d61b2d52af1f4d184af35c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 23 Oct 2015 22:55:58 +0200 Subject: default to iconv from C library for h8/300 --- target/config/Config.in.toolchain | 1 + 1 file changed, 1 insertion(+) diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index 48cbfb9cc..bc997f1dc 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -4,6 +4,7 @@ choice prompt "Iconv implementation" bool +default ADK_TARGET_LIBC_ICONV if ADK_TARGET_ARCH_H8300 default ADK_TARGET_LIBICONV_TINY if ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIBC_ICONV -- cgit v1.2.3