diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-16 22:20:58 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-16 22:20:58 +0100 |
commit | 138405a992801d72fd88c0529c87e68425ae7e23 (patch) | |
tree | 941dddcee36fff4e75ada5390a3985b118f3cfb6 /target/config/Config.in.runtime | |
parent | 85b92eabae5fb1557a72ad6030565a4e04068fb0 (diff) |
fix toolchain only building for sh2
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r-- | target/config/Config.in.runtime | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 1b5b3df9e..4c4f306dd 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -9,6 +9,7 @@ config ADK_RUNTIME_HOSTNAME choice prompt "init" +depends on !ADK_TOOLCHAIN_ONLY default ADK_RUNTIME_INIT_SIMPLEINIT if ADK_TARGET_WITHOUT_MMU default ADK_RUNTIME_INIT_SYSV @@ -23,6 +24,7 @@ endchoice choice prompt "System for /dev management" +depends on !ADK_TOOLCHAIN_ONLY default ADK_RUNTIME_DEV_STATIC if ADK_TARGET_WITHOUT_MMU default ADK_RUNTIME_DEV_MDEV |