summaryrefslogtreecommitdiff
path: root/target/config/Config.in.toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-11-13 21:25:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-11-13 21:25:59 +0100
commit5df39a6e8076ca590209a234c8432515eafe88fe (patch)
treef7da8f5c38b0436d3c7e1d6815e4c6050f6bb60b /target/config/Config.in.toolchain
parentd604376f2908264c2c697f92ce34c19c0292dbe2 (diff)
disable iconv for noMMU
Diffstat (limited to 'target/config/Config.in.toolchain')
-rw-r--r--target/config/Config.in.toolchain6
1 files changed, 4 insertions, 2 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain
index bc997f1dc..4a917ff8a 100644
--- a/target/config/Config.in.toolchain
+++ b/target/config/Config.in.toolchain
@@ -4,7 +4,7 @@
choice
prompt "Iconv implementation"
bool
-default ADK_TARGET_LIBC_ICONV if ADK_TARGET_ARCH_H8300
+default ADK_TARGET_WITHOUT_ICONV if ADK_TARGET_WITHOUT_MMU
default ADK_TARGET_LIBICONV_TINY if ADK_TARGET_LIB_UCLIBC_NG
config ADK_TARGET_LIBC_ICONV
@@ -18,8 +18,10 @@ config ADK_TARGET_LIBICONV_TINY
prompt "Use tiny libiconv package"
select ADK_PACKAGE_LIBICONV_TINY
-endchoice
+config ADK_TARGET_WITHOUT_ICONV
+ prompt "Do not build any iconv code"
+endchoice
config ADK_TARGET_CFLAGS_OPT
string