diff options
Diffstat (limited to 'toolchain/uclibc/patches/0.9.34-git/0004-sparc-testsuite-compile-fix.patch')
-rw-r--r-- | toolchain/uclibc/patches/0.9.34-git/0004-sparc-testsuite-compile-fix.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/uclibc/patches/0.9.34-git/0004-sparc-testsuite-compile-fix.patch b/toolchain/uclibc/patches/0.9.34-git/0004-sparc-testsuite-compile-fix.patch index c7d57d3f2..9d4cc3732 100644 --- a/toolchain/uclibc/patches/0.9.34-git/0004-sparc-testsuite-compile-fix.patch +++ b/toolchain/uclibc/patches/0.9.34-git/0004-sparc-testsuite-compile-fix.patch @@ -1,7 +1,7 @@ -From a7695a072fbe3a5449f3ecb493f15f9cf10e18ca Mon Sep 17 00:00:00 2001 +From 939bd5baadb18f56235c3bf9a2fa08e30e8d336a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb <wbx@openadk.org> Date: Wed, 20 Aug 2014 04:39:04 +0200 -Subject: [PATCH 4/6] sparc testsuite compile fix +Subject: [PATCH 4/9] sparc testsuite compile fix tst-spin1.c compile breaks with: test/nptl/tst-spin1.c:34: undefined reference to `pthread_spin_lock' @@ -9,7 +9,7 @@ test/nptl/tst-spin1.c:34: undefined reference to `pthread_spin_lock' pthread_spin_lock and pthread_spin_trylock is missing while building sparc. add the meta c files here. -Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> +Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> --- libpthread/nptl/sysdeps/sparc/pthread_spin_lock.c | 5 +++++ libpthread/nptl/sysdeps/sparc/pthread_spin_trylock.c | 5 +++++ |