|
@@ -26,9 +26,11 @@ depends on ADK_TARGET_CPU_WITH_FPU || ADK_TARGET_SYSTEM_QEMU_ARM
|
|
config ADK_TARGET_ARM_HARD_FLOAT
|
|
config ADK_TARGET_ARM_HARD_FLOAT
|
|
boolean "Use hard-float for system with FPU"
|
|
boolean "Use hard-float for system with FPU"
|
|
select ADK_hard_float
|
|
select ADK_hard_float
|
|
|
|
+ select ADK_eabihf
|
|
|
|
|
|
config ADK_TARGET_ARM_SOFT_FLOAT
|
|
config ADK_TARGET_ARM_SOFT_FLOAT
|
|
boolean "Use soft-float for system without FPU"
|
|
boolean "Use soft-float for system without FPU"
|
|
select ADK_soft_float
|
|
select ADK_soft_float
|
|
|
|
+ select ADK_eabi
|
|
|
|
|
|
endchoice
|
|
endchoice
|