diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-06 17:36:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-06 17:36:00 +0200 |
commit | e8b502d0d9380dc893fa136005d20f75813e3cdc (patch) | |
tree | bb7b9e29600773920c73ac62db1e8fb81bcf7c83 /target | |
parent | 11d1e33a78f6446a85ff6ea2e7f2d446f76529cc (diff) |
remove duplicate depends
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.toolchain | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index cbdb941b4..75132ddb8 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -12,7 +12,6 @@ config ADK_VENDOR choice prompt "GCC version" -depends on !ADK_CHOOSE_TARGET_SYSTEM && !ADK_CHOOSE_TARGET_ARCH config ADK_TOOLCHAIN_GCC_4_5_4 prompt "4.5.4" @@ -216,5 +215,4 @@ config ADK_UCLIBC_TEST depends on ADK_TARGET_LIB_UCLIBC_NG || ADK_TARGET_LIB_UCLIBC default y - endmenu |