From 0e2bf1ef11e27dea207747a0480823a3e4a06217 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 29 Jan 2005 12:08:54 +0000 Subject: Use HOSTCC for seting up the syscall list --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d45b95b28..0d6179a7f 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,7 @@ endif fi @cd $(TOPDIR); \ set -x -e; \ - TOPDIR=. CC="$(CC)" /bin/sh extra/scripts/gen_bits_syscall_h.sh > include/bits/sysnum.h.new; \ + TOPDIR=. CC="$(HOSTCC)" /bin/sh extra/scripts/gen_bits_syscall_h.sh > include/bits/sysnum.h.new; \ if cmp include/bits/sysnum.h include/bits/sysnum.h.new >/dev/null 2>&1; then \ $(RM) include/bits/sysnum.h.new; \ else \ -- cgit v1.2.3