Commit 6c016c07 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

crosstool-ng: fix ctng-menuconfig with ccache enabled



If ccache is enabled, we need to ensure it is built for the host before
anything else.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent ed973738
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -395,7 +395,8 @@ $(CTNG_DIR)/.patched: $(CTNG_DIR)/.unpacked
# considered always remade. But we do not want
# to reconfigure and rebuild ct-ng every time
# we need to run it...
$(CTNG_DIR)/.configured: | host-gawk        \
$(CTNG_DIR)/.configured: | $(if $(BR2_CCACHE),host-ccache) \
                           host-gawk        \
                           host-automake

$(CTNG_DIR)/.configured: $(CTNG_DIR)/.patched