Browse Source

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

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

SVN-Revision: 44277
Jo-Philipp Wich 10 năm trước cách đây
mục cha
commit
2cdba572f9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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