Author: jow Date: 2015-02-05 17:57:50 +0100 (Thu, 05 Feb 2015) New Revision: 44277
Modified: trunk/include/toplevel.mk Log: include: let HOSTCC default to $(CC), not gcc Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/include/toplevel.mk =================================================================== --- trunk/include/toplevel.mk 2015-02-05 16:57:46 UTC (rev 44276) +++ trunk/include/toplevel.mk 2015-02-05 16:57:50 UTC (rev 44277) @@ -19,7 +19,7 @@ REVISION:=$(shell $(TOPDIR)/scripts/getver.sh) endif -HOSTCC ?= gcc +HOSTCC ?= $(CC) OPENWRTVERSION:=$(RELEASE)$(if $(REVISION), ($(REVISION))) export RELEASE export REVISION _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
