include: let HOSTCC default to $(CC), not gcc
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44277 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
a1ababcdc9
commit
072d257732
|
@ -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