use our specific strip program to ensure reproducibility (issue #148)

This commit is contained in:
Trammell Hudson
2017-03-31 15:26:41 -04:00
parent 8544c5fe6d
commit 858b48d304

View File

@ -11,6 +11,7 @@ busybox_config := busybox.config
busybox_output := busybox
busybox_target := \
CC="$(heads_cc)" \
STRIP="$(CROSS)strip" \
CONFIG_PREFIX="$(initrd_dir)" \
$(MAKE_JOBS) \
install