From 858b48d3040d72ce914a9db3d2d9dfb3190db0a6 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Fri, 31 Mar 2017 15:26:41 -0400 Subject: [PATCH] use our specific strip program to ensure reproducibility (issue #148) --- modules/busybox | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/busybox b/modules/busybox index fe7a9c21..6302f8cc 100644 --- a/modules/busybox +++ b/modules/busybox @@ -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