From de859f6b2ac8660113e15aff6bc394a441dda60e Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 12 Mar 2010 23:14:59 +0100 Subject: toolchain: Add uClibc 0.9.30.3, remove older 0.9.30.x As the 0.9.30.x stable releases only contain bugfixes, there isn't much sense in using the older 0.9.30.x releases instead of .3, so use a single 0.9.30.x config similar to how we do it for the kernel headers. Signed-off-by: Peter Korsgaard --- .../uClibc/uClibc-0.9.30-xtensa-011-sysdep.h.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 toolchain/uClibc/uClibc-0.9.30-xtensa-011-sysdep.h.patch (limited to 'toolchain/uClibc/uClibc-0.9.30-xtensa-011-sysdep.h.patch') diff --git a/toolchain/uClibc/uClibc-0.9.30-xtensa-011-sysdep.h.patch b/toolchain/uClibc/uClibc-0.9.30-xtensa-011-sysdep.h.patch deleted file mode 100644 index 692b0a722..000000000 --- a/toolchain/uClibc/uClibc-0.9.30-xtensa-011-sysdep.h.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/libc/sysdeps/linux/xtensa/sysdep.h 2008-09-23 21:17:42.000000000 -0700 -+++ b/libc/sysdeps/linux/xtensa/sysdep.h 2008-09-23 21:17:59.000000000 -0700 -@@ -114,15 +114,7 @@ - - #define ret_ERRVAL retw - --#if RTLD_PRIVATE_ERRNO --# define SYSCALL_ERROR_HANDLER \ --0: movi a4, rtld_errno; \ -- neg a2, a2; \ -- s32i a2, a4, 0; \ -- movi a2, -1; \ -- j .Lpseudo_end; -- --#elif defined _LIBC_REENTRANT -+#if defined _LIBC_REENTRANT - - # if USE___THREAD - # ifndef NOT_IN_libc -- cgit v1.2.3