- make sure that sstrip is available early enough
This commit is contained in:
parent
0674661f01
commit
11b82356cf
@ -5,7 +5,11 @@
|
|||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
dependencies: host-sed host-lzma
|
ifeq ($(BR2_STRIP_sstrip),y)
|
||||||
|
# XXX: this is a little bit ugly, yep.
|
||||||
|
MAYBE_SSTRIP_HOST:=sstrip_host
|
||||||
|
endif
|
||||||
|
dependencies: host-sed host-lzma $(MAYBE_SSTRIP_HOST)
|
||||||
@HOSTCC="$(firstword $(HOSTCC))" MAKE="$(MAKE)" \
|
@HOSTCC="$(firstword $(HOSTCC))" MAKE="$(MAKE)" \
|
||||||
HOST_SED_DIR="$(HOST_SED_DIR)" \
|
HOST_SED_DIR="$(HOST_SED_DIR)" \
|
||||||
$(TOPDIR)/toolchain/dependencies/dependencies.sh
|
$(TOPDIR)/toolchain/dependencies/dependencies.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user