Selaa lähdekoodia

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

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

SVN-Revision: 44277
Jo-Philipp Wich 10 vuotta sitten
vanhempi
sitoutus
2cdba572f9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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