|
@@ -90,27 +90,6 @@ config BR2_USE_MMU
|
|
|
If your target has a MMU, you should say Y here. If you
|
|
|
are unsure, just say Y.
|
|
|
|
|
|
-config BR2_PREFER_SOFT_FLOAT
|
|
|
- bool
|
|
|
- default y if BR2_arm
|
|
|
- default y if BR2_armeb
|
|
|
- default y if BR2_avr32
|
|
|
- default y if BR2_mips
|
|
|
- default y if BR2_mipsel
|
|
|
-
|
|
|
-config BR2_SOFT_FLOAT
|
|
|
- bool "Use software floating point by default"
|
|
|
- depends on BR2_arm || BR2_armeb || BR2_avr32 || BR2_mips || BR2_mipsel || BR2_powerpc
|
|
|
- # External toolchains will automatically do soft float or hard
|
|
|
- # float depending on their configuration
|
|
|
- depends on BR2_TOOLCHAIN_BUILDROOT || BR2_TOOLCHAIN_CTNG
|
|
|
- default $(BR2_PREFER_SOFT_FLOAT)
|
|
|
- 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
|
|
|
- functions, then everything will need to be compiled with soft
|
|
|
- floating point support (-msoft-float).
|
|
|
-
|
|
|
config BR2_TARGET_OPTIMIZATION
|
|
|
string "Target Optimizations"
|
|
|
default "-pipe"
|