aboutsummaryrefslogtreecommitdiff
path: root/sub/busybox
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-05-06 14:18:44 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-05-06 14:18:44 +0000
commit5a4bb672dcfaacaede314916af52c70f35245b3b (patch)
treea91239c609714627f37be6bd1d350690805f9a97 /sub/busybox
parent55fdb2576936a2fad9270a02ceb0f3bb8e0a11ac (diff)
downloadlh-bootstrap-5a4bb672dcfaacaede314916af52c70f35245b3b.tar.xz
Same with BUILD_HOST_CC
Diffstat (limited to 'sub/busybox')
-rw-r--r--sub/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/busybox/Makefile b/sub/busybox/Makefile
index 1933d78..e12e3dd 100644
--- a/sub/busybox/Makefile
+++ b/sub/busybox/Makefile
@@ -28,7 +28,7 @@ $(OUTPUT)/build-host/busybox-$(BUSYBOX_VERSION)/.config: $(OUTPUT)/build-host/.l
exec setuidgid $(NORMALUSER) cp -f $(WD)/sub/busybox/host-full-config $@
$(OUTPUT)/build-host/.lh_bb_built: $(OUTPUT)/build-host/busybox-$(BUSYBOX_VERSION)/.config | $(OUTPUT)/build-build/.lh_skarnet_installed
- exec setuidgid $(NORMALUSER) cd $(OUTPUT)/build-host/busybox-$(BUSYBOX_VERSION) $(MAKE) -j1 busybox install CROSS_COMPILE=$(TRIPLE)- CC=$(BUILD_HOST_CC)
+ exec setuidgid $(NORMALUSER) cd $(OUTPUT)/build-host/busybox-$(BUSYBOX_VERSION) $(MAKE) -j1 busybox install CROSS_COMPILE=$(TRIPLE)- CC="$(BUILD_HOST_CC)"
exec setuidgid $(NORMALUSER) s6-touch $@
$(OUTPUT)/build-host/.lh_bb_installed: $(OUTPUT)/build-host/.lh_bb_built $(OUTPUT)/tmp/.lh_layout_installed | $(OUTPUT)/build-build/.lh_skarnet_installed