diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-06-30 21:29:05 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-07-04 00:13:23 +0200 |
commit | a5e92d92e7ee413157aae7cecf1f354e718731e1 (patch) | |
tree | c033861dd9e050c885fca487d2f3305c0defaf4d /toolchain/uClibc/uClibc-0.9.32.1-sparc-errno-fix.patch | |
parent | 00e9b1e4f78633d5667b187332f36972a94b9f8b (diff) | |
download | buildroot-a5e92d92e7ee413157aae7cecf1f354e718731e1.tar.gz buildroot-a5e92d92e7ee413157aae7cecf1f354e718731e1.zip |
uclibc: convert to the package infrastructure
[Peter: update manual to match]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/uClibc/uClibc-0.9.32.1-sparc-errno-fix.patch')
-rw-r--r-- | toolchain/uClibc/uClibc-0.9.32.1-sparc-errno-fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/toolchain/uClibc/uClibc-0.9.32.1-sparc-errno-fix.patch b/toolchain/uClibc/uClibc-0.9.32.1-sparc-errno-fix.patch deleted file mode 100644 index 44d06cb62f..0000000000 --- a/toolchain/uClibc/uClibc-0.9.32.1-sparc-errno-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- uClibc-0.9.32.ori/libc/sysdeps/linux/sparc/pipe.S 2011-06-08 21:35:20.000000000 +0200 -+++ uClibc-0.9.32/libc/sysdeps/linux/sparc/pipe.S 2011-11-11 15:57:25.000000000 +0100 -@@ -52,7 +52,7 @@ - restore %g0,%g0,%o0 - - .Lerror: -- call HIDDEN_JUMPTARGET(__errno_location) -+ call __errno_location - or %g0,EINVAL,%i0 - st %i0,[%o0] - ret |