diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-18 15:19:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-18 15:19:33 +0100 |
commit | 300e48e56f135fb7bfd472a03df70c8c4f4db90a (patch) | |
tree | 33a0edea1a34b64da3f3ee14e2f3ccc0c65268ff /target/arm/sys-available/toolchain-arm | |
parent | 2e07ff18d429eba848413488bd220fef4b024dea (diff) |
strip static libraries, use cortex a9 for toolchains
Diffstat (limited to 'target/arm/sys-available/toolchain-arm')
-rw-r--r-- | target/arm/sys-available/toolchain-arm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/arm/sys-available/toolchain-arm b/target/arm/sys-available/toolchain-arm index c6bb00b43..23febc50e 100644 --- a/target/arm/sys-available/toolchain-arm +++ b/target/arm/sys-available/toolchain-arm @@ -7,5 +7,6 @@ config ADK_TARGET_SYSTEM_TOOLCHAIN_ARM select ADK_eabi select ADK_TOOLCHAIN select ADK_TARGET_PACKAGE_TGZ + select ADK_CPU_CORTEX_A9 help - ARM toolchain (soft float). + ARM toolchain (soft float) for Cortex A9. |