mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Someone forgot mipsel for soft float...
This commit is contained in:
@@ -29,7 +29,7 @@ config BR2_LARGEFILE
|
||||
config BR2_SOFT_FLOAT
|
||||
bool "Use software floating point by default"
|
||||
default n
|
||||
depends on BR2_arm || BR2_armeb || BR2_mips || BR2_powerpc
|
||||
depends on BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_powerpc
|
||||
help
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user