瀏覽代碼

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

Signed-off-by: Jo-Philipp Wich <[email protected]>

SVN-Revision: 44277
Jo-Philipp Wich 10 年之前
父節點
當前提交
2cdba572f9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/toplevel.mk

+ 1 - 1
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