Przeglądaj źródła

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

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

SVN-Revision: 44277
Jo-Philipp Wich 10 lat temu
rodzic
commit
2cdba572f9
1 zmienionych plików z 1 dodań i 1 usunięć
  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