mirror of
https://github.com/sheumann/hush.git
synced 2025-01-18 07:31:34 +00:00
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:
parent
2dd4279959
commit
ca8d0b029b
@ -326,13 +326,6 @@ config CONFIG_EFENCE
|
|||||||
|
|
||||||
endchoice
|
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
|
config CONFIG_DEBUG_YANK_SUSv2
|
||||||
bool "Disable obsolete features removed before SUSv3?"
|
bool "Disable obsolete features removed before SUSv3?"
|
||||||
default y
|
default y
|
||||||
|
@ -196,11 +196,7 @@ else
|
|||||||
LDFLAGS += $(call check_ld,--warn-common,)
|
LDFLAGS += $(call check_ld,--warn-common,)
|
||||||
LDFLAGS += $(call check_ld,--sort-common,)
|
LDFLAGS += $(call check_ld,--sort-common,)
|
||||||
endif
|
endif
|
||||||
ifeq ($(CONFIG_STRIP_BINARIES),y)
|
STRIPCMD:=$(STRIP) -s --remove-section=.note --remove-section=.comment
|
||||||
STRIPCMD:=$(STRIP) -s --remove-section=.note --remove-section=.comment
|
|
||||||
else
|
|
||||||
STRIPCMD:=/bin/true -Not_stripping_since_we_are_debugging
|
|
||||||
endif
|
|
||||||
ifeq ($(strip $(CONFIG_STATIC)),y)
|
ifeq ($(strip $(CONFIG_STATIC)),y)
|
||||||
PROG_CFLAGS += $(call check_gcc,-static,)
|
PROG_CFLAGS += $(call check_gcc,-static,)
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user