]> Git Repo - buildroot-mgba.git/commit
arch/csky: specify BR2_GCC_TARGET_FLOAT_ABI
authorGuo Ren <[email protected]>
Fri, 31 May 2019 06:39:01 +0000 (14:39 +0800)
committerThomas Petazzoni <[email protected]>
Fri, 31 May 2019 20:59:57 +0000 (22:59 +0200)
commita9b722732d5fcb2fc3f16c09bf869112b3f64fbf
treea968edcf0db81cbeeb68ee8926ac33bd8b84d9d8
parentd2658caea07498ca14aa2bb2da84698e75a7c0b3
arch/csky: specify BR2_GCC_TARGET_FLOAT_ABI

The C-SKY architecture uses two different ABIs, depending on the core
being used:

 - "abiv1" is a mcore based ISA with ELF_NUM:39 and does not support
   FPU & VDSP. It is used only for the ck610 core.

 - "abiv2" is C-SKY's own ISA with ELF_NUM:252 and supports FPU &
   VDSP. It is used for the ck807, ck810, ck860 cores.

Since "abiv1" does not support FPU, BR2_GCC_TARGET_FLOAT_ABI will
always have the value "soft" for the ck610 core.

Signed-off-by: Guo Ren <[email protected]>
Cc: Thomas Petazzoni <[email protected]>
[Thomas: rework commit log]
Signed-off-by: Thomas Petazzoni <[email protected]>
arch/Config.in.csky
This page took 0.029936 seconds and 4 git commands to generate.