mirror of https://github.com/hak5/openwrt-owl.git
include: let HOSTCC default to $(CC), not gcc
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44277owl
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