summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-01-29 12:08:54 +0000
committerEric Andersen <andersen@codepoet.org>2005-01-29 12:08:54 +0000
commit0e2bf1ef11e27dea207747a0480823a3e4a06217 (patch)
tree6bcac6dfadfc4f0d1882a1ca1e0939113117e157 /Makefile
parent8f09de8da8f774a6ccd9af69e485426a3c7e3be0 (diff)
Use HOSTCC for seting up the syscall list
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \