From: Guo Ren <ren_guo@xxxxxxxxx> This is only for abiv2 and abiv1 don't support FPU. Signed-off-by: Guo Ren <ren_guo@xxxxxxxxx> --- arch/Config.in.csky | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/Config.in.csky b/arch/Config.in.csky index af9bbd5..a967d2f 100644 --- a/arch/Config.in.csky +++ b/arch/Config.in.csky @@ -30,6 +30,10 @@ config BR2_CSKY_VDSP bool "Enable VDSP enhanced instructions Co-processor" depends on BR2_CSKY_FPU +config BR2_GCC_TARGET_FLOAT_ABI + default "soft" if !BR2_CSKY_FPU + default "hard" if BR2_CSKY_FPU + config BR2_ARCH default "csky" -- 2.7.4