소스 검색

default to iconv from C library for h8/300

Waldemar Brodkorb 8 년 전
부모
커밋
bf70521737
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      target/config/Config.in.toolchain

+ 1 - 0
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