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

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

SVN-Revision: 44277
master
Jo-Philipp Wich 10 years ago
parent 9aca57b6ae
commit 2cdba572f9
  1. 2
      include/toplevel.mk

@ -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…
Cancel
Save