diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-23 03:13:16 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-23 03:13:16 -0500 |
commit | 6cebe0b4795fd2d4f3b00b026286fe05c8366e67 (patch) | |
tree | 3181a4049f4be685b6d357620d68ff1937a888a0 /target/config/Config.in.x86.default | |
parent | efcca41dedb193f95ec581320d08a3e56b47d0ca (diff) |
allow to select CPU flavour for toolchain building via env
Add a more generic way to define CPU flavours for Toolchain
building. Add Cortex-A8 definition. Move Thumb symbol around.
Diffstat (limited to 'target/config/Config.in.x86.default')
-rw-r--r-- | target/config/Config.in.x86.default | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/target/config/Config.in.x86.default b/target/config/Config.in.x86.default deleted file mode 100644 index eb92bf3e1..000000000 --- a/target/config/Config.in.x86.default +++ /dev/null @@ -1,22 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -config ADK_i486 - bool - -config ADK_i586 - bool - -config ADK_i686 - bool - -config ADK_atom - bool - -config ADK_TARGET_X86_CPU - string - default "i486" if ADK_i486 - default "i586" if ADK_i586 - default "i686" if ADK_i686 - default "atom" if ADK_atom - |