mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-18 02:39:59 +00:00
use our specific strip program to ensure reproducibility (issue #148)
This commit is contained in:
parent
8544c5fe6d
commit
858b48d304
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user