mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
arch/mips: improve help text of FP32 mode option
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
cfc6f1e9b7
commit
f2985125a4
@ -139,7 +139,10 @@ choice
|
|||||||
depends on !BR2_ARCH_IS_64 && !BR2_MIPS_SOFT_FLOAT
|
depends on !BR2_ARCH_IS_64 && !BR2_MIPS_SOFT_FLOAT
|
||||||
default BR2_MIPS_FP32_MODE_XX
|
default BR2_MIPS_FP32_MODE_XX
|
||||||
help
|
help
|
||||||
FP mode to be used
|
MIPS32 supports different FP modes (32,xx,64). Information about FP
|
||||||
|
modes can be found here:
|
||||||
|
https://sourceware.org/binutils/docs/as/MIPS-Options.html
|
||||||
|
https://dmz-portal.imgtec.com/wiki/MIPS_O32_ABI_-_FR0_and_FR1_Interlinking#5._Generating_modeless_code
|
||||||
|
|
||||||
config BR2_MIPS_FP32_MODE_32
|
config BR2_MIPS_FP32_MODE_32
|
||||||
bool "32"
|
bool "32"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user