diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-14 00:08:06 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-03-14 08:50:30 +0100 |
commit | f8b302567a9fa612e766c818e79a644b974519c0 (patch) | |
tree | 6cce26e99f7d96287c2087afc915debcdae85725 /package/uclibc/0002-mips-fix-build-if-threads-are-disabled.patch | |
parent | 4dec74a5bdadcb23c241b8e97e84a5afe4459e6f (diff) | |
download | buildroot-f8b302567a9fa612e766c818e79a644b974519c0.tar.gz buildroot-f8b302567a9fa612e766c818e79a644b974519c0.zip |
uclibc: update uClibc-ng to version 1.0.13
Remove patches included upstream.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/uclibc/0002-mips-fix-build-if-threads-are-disabled.patch')
-rw-r--r-- | package/uclibc/0002-mips-fix-build-if-threads-are-disabled.patch | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/package/uclibc/0002-mips-fix-build-if-threads-are-disabled.patch b/package/uclibc/0002-mips-fix-build-if-threads-are-disabled.patch deleted file mode 100644 index a74a5f9c93..0000000000 --- a/package/uclibc/0002-mips-fix-build-if-threads-are-disabled.patch +++ /dev/null @@ -1,59 +0,0 @@ -From b499fe614ac5b492fc0fdc6e1fbbeeb904674159 Mon Sep 17 00:00:00 2001 -From: Waldemar Brodkorb <wbx@uclibc-ng.org> -Date: Wed, 3 Feb 2016 21:57:04 +0100 -Subject: [PATCH] mips: fix build if threads are disabled - -Reported-by: Gustavo Zacarias <gustavo@zacarias.com.ar> -Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> ---- - libc/string/mips/memcpy.S | 4 ++-- - libc/string/mips/memset.S | 4 ++-- - 2 files changed, 4 insertions(+), 4 deletions(-) - -diff --git a/libc/string/mips/memcpy.S b/libc/string/mips/memcpy.S -index 3afdb2c..59f9f0a 100644 ---- a/libc/string/mips/memcpy.S -+++ b/libc/string/mips/memcpy.S -@@ -23,7 +23,7 @@ - # define PREFETCH_STORE_HINT PREFETCH_HINT_PREPAREFORSTORE - #elif _LIBC - # include <sysdep.h> --# include <regdef.h> -+# include <sys/regdef.h> - # include <sys/asm.h> - # define PREFETCH_LOAD_HINT PREFETCH_HINT_LOAD_STREAMED - # define PREFETCH_STORE_HINT PREFETCH_HINT_PREPAREFORSTORE -@@ -33,7 +33,7 @@ - # define PREFETCH_LOAD_HINT PREFETCH_HINT_LOAD_STREAMED - # define PREFETCH_STORE_HINT PREFETCH_HINT_PREPAREFORSTORE - #else --# include <regdef.h> -+# include <sys/regdef.h> - # include <sys/asm.h> - #endif - -diff --git a/libc/string/mips/memset.S b/libc/string/mips/memset.S -index ef8ab0b..43034ce 100644 ---- a/libc/string/mips/memset.S -+++ b/libc/string/mips/memset.S -@@ -21,7 +21,7 @@ - # define PREFETCH_STORE_HINT PREFETCH_HINT_PREPAREFORSTORE - #elif _LIBC - # include <sysdep.h> --# include <regdef.h> -+# include <sys/regdef.h> - # include <sys/asm.h> - # define PREFETCH_STORE_HINT PREFETCH_HINT_PREPAREFORSTORE - #elif defined _COMPILING_NEWLIB -@@ -29,7 +29,7 @@ - # include "machine/regdef.h" - # define PREFETCH_STORE_HINT PREFETCH_HINT_PREPAREFORSTORE - #else --# include <regdef.h> -+# include <sys/regdef.h> - # include <sys/asm.h> - #endif - --- -1.7.10.4 - |