From d09ab54291924a1ff4b904588fe81aefa34b1581 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 7 Feb 2015 10:07:31 +0000 Subject: build: accept apple llvm as fallback for gcc/g++ Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44298 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/prereq.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/prereq.mk') diff --git a/include/prereq.mk b/include/prereq.mk index 9bc5e0dee2..71ca96e8a7 100644 --- a/include/prereq.mk +++ b/include/prereq.mk @@ -88,7 +88,8 @@ define SetupHostCommand define Require/$(1) for cmd in $(call QuoteHostCommand,$(3)) $(call QuoteHostCommand,$(4)) \ $(call QuoteHostCommand,$(5)) $(call QuoteHostCommand,$(6)) \ - $(call QuoteHostCommand,$(7)) $(call QuoteHostCommand,$(8)); do \ + $(call QuoteHostCommand,$(7)) $(call QuoteHostCommand,$(8)) \ + $(call QuoteHostCommand,$(9)); do \ if [ -n "$$$$$$$$cmd" ]; then \ bin="$$$$$$$$(PATH="$(subst $(space),:,$(filter-out $(STAGING_DIR_HOST)/%,$(subst :,$(space),$(PATH))))" \ which "$$$$$$$${cmd%% *}")"; \ -- cgit v1.2.3