add a config option to select the binary stripping method to use (between none, strip...
[openwrt.git] / toolchain / Config.in
index 0f67fc0..3ff0801 100644 (file)
@@ -54,12 +54,10 @@ choice
        config USE_EGLIBC
                bool "Use eglibc"
                depends !avr32
-               select NO_STRIP
        
        config USE_GLIBC
                bool "Use glibc"
                depends !avr32
-               select NO_STRIP
        
        config USE_UCLIBC
                bool "Use uClibc"
@@ -95,7 +93,7 @@ config SOFT_FLOAT
        bool
        prompt "Use software floating point by default" if TOOLCHAINOPTS
        default y
-       depends on (arm || armeb || powerpc) && !HAS_FPU
+       depends on (arm || armeb || powerpc || mipsel || mips) && !HAS_FPU
        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
This page took 0.026575 seconds and 4 git commands to generate.