blob: 23febc50e4a19d38468f53f58626d8036f496b75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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_eabi
select ADK_TOOLCHAIN
select ADK_TARGET_PACKAGE_TGZ
select ADK_CPU_CORTEX_A9
help
ARM toolchain (soft float) for Cortex A9.
|