X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tools%2Fsstrip%2FMakefile;h=681e533be436bd2b7b8f8fa93603830b6ffee0b3;hb=ccb6b0a063a4133ac59c811476b670c7d66f84ed;hp=d93e7618d14200f4da565a9b0c9baaaeecd47c4d;hpb=f9e41adc80d0492ff9c94b4b660ac9ac8a6cae02;p=oweals%2Fopenwrt.git diff --git a/tools/sstrip/Makefile b/tools/sstrip/Makefile index d93e7618d1..681e533be4 100644 --- a/tools/sstrip/Makefile +++ b/tools/sstrip/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=sstrip include $(INCLUDE_DIR)/host-build.mk define Host/Compile - $(CC) $(HOST_CFLAGS) -I./include -include endian.h -o $(HOST_BUILD_DIR)/sstrip src/sstrip.c + $(HOSTCC) $(HOST_CFLAGS) -I./include -include endian.h -o $(HOST_BUILD_DIR)/sstrip src/sstrip.c endef define Host/Install