mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
Patch from acmay: http://bugs.uclibc.org/view.php?id=47
0000047: ARM BigEndian does not allow Soft Float When ARMEB is selected for the arch I am unable to select soft float support. The toolchain/Config.in does not have a depend for armeb, it just has arm. The attached patch should cover it.
This commit is contained in:
parent
dda90723ce
commit
675837a507
@ -29,7 +29,7 @@ config BR2_LARGEFILE
|
|||||||
config BR2_SOFT_FLOAT
|
config BR2_SOFT_FLOAT
|
||||||
bool "Use software floating point by default"
|
bool "Use software floating point by default"
|
||||||
default n
|
default n
|
||||||
depends on BR2_arm || BR2_mips || BR2_powerpc
|
depends on BR2_arm || BR2_armeb || BR2_mips || BR2_powerpc
|
||||||
help
|
help
|
||||||
If your target CPU does not have a Floating Point Unit (FPU) or a
|
If your target CPU does not have a Floating Point Unit (FPU) or a
|
||||||
kernel FPU emulator, but you still wish to support floating point
|
kernel FPU emulator, but you still wish to support floating point
|
||||||
|
Loading…
x
Reference in New Issue
Block a user