mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-29 15:44:07 +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_output := busybox
|
||||||
busybox_target := \
|
busybox_target := \
|
||||||
CC="$(heads_cc)" \
|
CC="$(heads_cc)" \
|
||||||
|
STRIP="$(CROSS)strip" \
|
||||||
CONFIG_PREFIX="$(initrd_dir)" \
|
CONFIG_PREFIX="$(initrd_dir)" \
|
||||||
$(MAKE_JOBS) \
|
$(MAKE_JOBS) \
|
||||||
install
|
install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user