|
@@ -74,17 +74,20 @@ config BR2_USE_WCHAR
|
|
If you have an external binary toolchain that has been built
|
|
If you have an external binary toolchain that has been built
|
|
with WCHAR support then enable this option.
|
|
with WCHAR support then enable this option.
|
|
|
|
|
|
|
|
+config BR2_PREFER_SOFT_FLOAT
|
|
|
|
+ bool
|
|
|
|
+ default y if BR2_arm || BR2_armeb || BR2_avr32 || BR2_mips || BR2_mipsel || BR2_nios2
|
|
|
|
+
|
|
config BR2_SOFT_FLOAT
|
|
config BR2_SOFT_FLOAT
|
|
bool "Use software floating point by default"
|
|
bool "Use software floating point by default"
|
|
depends on BR2_arm || BR2_armeb || BR2_avr32 || BR2_mips || BR2_mipsel || BR2_powerpc || BR2_nios2
|
|
depends on BR2_arm || BR2_armeb || BR2_avr32 || BR2_mips || BR2_mipsel || BR2_powerpc || BR2_nios2
|
|
|
|
+ default $(BR2_PREFER_SOFT_FLOAT)
|
|
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
|
|
functions, then everything will need to be compiled with soft
|
|
functions, then everything will need to be compiled with soft
|
|
floating point support (-msoft-float).
|
|
floating point support (-msoft-float).
|
|
|
|
|
|
- Most people will answer N.
|
|
|
|
-
|
|
|
|
config BR2_USE_SSP
|
|
config BR2_USE_SSP
|
|
bool "Enable stack protection support"
|
|
bool "Enable stack protection support"
|
|
help
|
|
help
|