summaryrefslogtreecommitdiff
path: root/target/arm
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-18 15:19:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-18 15:19:33 +0100
commit300e48e56f135fb7bfd472a03df70c8c4f4db90a (patch)
tree33a0edea1a34b64da3f3ee14e2f3ccc0c65268ff /target/arm
parent2e07ff18d429eba848413488bd220fef4b024dea (diff)
strip static libraries, use cortex a9 for toolchains
Diffstat (limited to 'target/arm')
-rw-r--r--target/arm/sys-available/toolchain-arm3
-rw-r--r--target/arm/sys-available/toolchain-armhf3
2 files changed, 4 insertions, 2 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.
diff --git a/target/arm/sys-available/toolchain-armhf b/target/arm/sys-available/toolchain-armhf
index 89383f44f..bf671481c 100644
--- a/target/arm/sys-available/toolchain-armhf
+++ b/target/arm/sys-available/toolchain-armhf
@@ -7,6 +7,7 @@ config ADK_TARGET_SYSTEM_TOOLCHAIN_ARMHF
select ADK_toolchain_armhf
select ADK_TOOLCHAIN
select ADK_TARGET_PACKAGE_TGZ
+ select ADK_CPU_CORTEX_A9
help
- ARM toolchain (hard float).
+ ARM toolchain (hard float) for Cortex A9.