mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
Remove an incorrect path from uClibc-0.9.29: we _do_ need a xgcc to buld this header!
This commit is contained in:
parent
41e8d132ce
commit
266d2ec7e5
@ -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 \
|
Loading…
Reference in New Issue
Block a user