blob: b9ba30aa5579bed9f880eb004d78548efed14cdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
config ADK_TARGET_SYSTEM_TOOLCHAIN_ARM
bool "Toolchain only (little endian)"
select ADK_arm
select ADK_toolchain_arm
select ADK_little
select ADK_soft_float
select ADK_fpu_vfp
select ADK_eabi
select ADK_TOOLCHAIN
select ADK_TARGET_PACKAGE_TXZ
select ADK_CPU_CORTEX_A9
help
ARM toolchain (soft float) for Cortex A9.
|