summaryrefslogtreecommitdiff
path: root/patches/uClibc/0.9.29
diff options
context:
space:
mode:
Diffstat (limited to 'patches/uClibc/0.9.29')
-rw-r--r--patches/uClibc/0.9.29/500-headers-no-cross-gcc.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/patches/uClibc/0.9.29/500-headers-no-cross-gcc.patch b/patches/uClibc/0.9.29/500-headers-no-cross-gcc.patch
deleted file mode 100644
index bfad3df..0000000
--- a/patches/uClibc/0.9.29/500-headers-no-cross-gcc.patch
+++ /dev/null
@@ -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 \