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
@ -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 New Issue
Block a user