include: let HOSTCC default to $(CC), not gcc

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 44277
This commit is contained in:
Jo-Philipp Wich 2015-02-05 16:57:50 +00:00
parent 9aca57b6ae
commit 2cdba572f9
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ else
REVISION:=$(shell $(TOPDIR)/scripts/getver.sh)
endif
HOSTCC ?= gcc
HOSTCC ?= $(CC)
OPENWRTVERSION:=$(RELEASE)$(if $(REVISION), ($(REVISION)))
export RELEASE
export REVISION