We make both busybox and busybox_unstripped all the time now, no need to

specify whether or not to strip the binary.
This commit is contained in:
Rob Landley
2006-03-22 21:03:21 +00:00
parent 2dd4279959
commit ca8d0b029b
2 changed files with 1 additions and 12 deletions

View File

@@ -326,13 +326,6 @@ config CONFIG_EFENCE
endchoice
config CONFIG_STRIP_BINARIES
bool "Strip busybox objects"
default y if !CONFIG_DEBUG
default n if CONFIG_DEBUG
help
Whether or not we strip the busybox binary and such.
config CONFIG_DEBUG_YANK_SUSv2
bool "Disable obsolete features removed before SUSv3?"
default y