Remove an incorrect path from uClibc-0.9.29: we _do_ need a xgcc to buld this header!

This commit is contained in:
Yann E. MORIN" 2007-05-19 11:01:47 +00:00
parent 41e8d132ce
commit 266d2ec7e5

View File

@ -1,13 +0,0 @@
Index: uClibc/Makefile.in
===================================================================
--- uClibc/Makefile.in (revision 18643)
+++ uClibc/Makefile.in (working copy)
@@ -96,7 +96,7 @@
cd $(top_builddir); \
tmp=`mktemp include/bits/sysnum.h.XXXXXX 2>/dev/null`; \
[ -z "$$tmp" ] && tmp='include/bits/sysnum.h.new'; \
- KERNEL_HEADERS="${KERNEL_HEADERS}" top_builddir=. CC="$(CC) $(CPU_CFLAGS)" $(SHELL) extra/scripts/gen_bits_syscall_h.sh > $$tmp; \
+ KERNEL_HEADERS="${KERNEL_HEADERS}" top_builddir=. CC=$(HOSTCC) $(SHELL) extra/scripts/gen_bits_syscall_h.sh > $$tmp; \
if cmp include/bits/sysnum.h $$tmp >/dev/null 2>&1; then \
$(RM) $$tmp; \
else \