Skip to content
Snippets Groups Projects
Commit 2cdba572 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

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


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

SVN-Revision: 44277
parent 9aca57b6
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ else ...@@ -19,7 +19,7 @@ else
REVISION:=$(shell $(TOPDIR)/scripts/getver.sh) REVISION:=$(shell $(TOPDIR)/scripts/getver.sh)
endif endif
HOSTCC ?= gcc HOSTCC ?= $(CC)
OPENWRTVERSION:=$(RELEASE)$(if $(REVISION), ($(REVISION))) OPENWRTVERSION:=$(RELEASE)$(if $(REVISION), ($(REVISION)))
export RELEASE export RELEASE
export REVISION export REVISION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment