diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-03 02:29:26 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-03 02:29:40 -0500 |
commit | 150ac85159e9d1877573f7ebc23bfaaa4a248b0b (patch) | |
tree | 29c835ae03b45576b955ae59962f615bc4f86360 /target | |
parent | 37191852f5cb9cea173b8c1dd4518001bccd8c46 (diff) |
only for toolchains
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.cpu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu index cade126d3..fb05d29a6 100644 --- a/target/config/Config.in.cpu +++ b/target/config/Config.in.cpu @@ -384,6 +384,7 @@ config ADK_TARGET_CPU_FLAGS config ADK_TARGET_CPU_TYPE string + depends on ADK_TARGET_TOOLCHAIN default "arc700" if ADK_TARGET_ARCH_ARC && ADK_CPU_ARC700 default "archs" if ADK_TARGET_ARCH_ARC && ADK_CPU_ARC_HS default "cortex_a5" if ADK_TARGET_ARCH_ARM && ADK_CPU_CORTEX_A5 |