

---
 scripts/libtool.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/libtool.mk b/scripts/libtool.mk
index 381127e..b966b50 100644
--- a/scripts/libtool.mk
+++ b/scripts/libtool.mk
@@ -48,8 +48,8 @@ ifeq "${LIBTOOL}" "JLIBTOOL"
     # binary!
     ${JLIBTOOL}: ${top_makedir}/jlibtool.c
 	$(Q)mkdir -p $(dir $@)
-	$(Q)echo CC jlibtool.c
-	$(Q)${CC} $< -o $@ ${JLIBTOOL_DEFS}
+	$(Q)echo HOSTCC jlibtool.c
+	$(Q)${HOSTCC} $< -o $@ ${JLIBTOOL_DEFS}
 
     clean: jlibtool_clean
 
-- 
2.25.1

