From: Jo-Philipp Wich Date: Thu, 5 Feb 2015 16:57:50 +0000 (+0000) Subject: include: let HOSTCC default to $(CC), not gcc X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=072d2577322ef43d1e573f75cd37ee1ab2847eb2;p=15.05%2Fopenwrt.git include: let HOSTCC default to $(CC), not gcc Signed-off-by: Jo-Philipp Wich git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44277 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/toplevel.mk b/include/toplevel.mk index 23e832f2b4..0b8a658c18 100644 --- a/include/toplevel.mk +++ b/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