diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-30 23:12:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-30 23:12:32 +0100 |
commit | 23251c0c6ee9f7c0d3c4b20a5db9f51b4a0cc361 (patch) | |
tree | 1733ae79f43339c477e22184105194f37cef39df /target | |
parent | 5bfdfbcee97c930c3c14dc3745089ac28e76ca41 (diff) |
fix some bugs, when starting with fresh checkout
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.system | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/config/Config.in.system b/target/config/Config.in.system deleted file mode 100644 index 7fa27a44b..000000000 --- a/target/config/Config.in.system +++ /dev/null @@ -1,13 +0,0 @@ -source "target/config/Config.in.system.default" -comment "Architecture: arm" -comment "System: toolchain" - -config ADK_TARGET_SYSTEM_TOOLCHAIN_ARM - boolean - select ADK_LINUX_ARM - select ADK_arm - select ADK_toolchain - select ADK_TOOLCHAIN_ONLY - select ADK_EABI - select ADK_TARGET_NO_FPU - default y |