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:
parent
9aca57b6ae
commit
2cdba572f9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue