summaryrefslogtreecommitdiff
path: root/toolchain/uclibc/patches/0.9.34-git/0003-remove-unused-subdirs-variable.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-08-20 22:00:15 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-08-20 22:00:15 +0200
commitec71cc8829ad871ce3587d04d71827f769e5d265 (patch)
treeeb4cd498ec333b9822c1d7692bef736874ebaf0f /toolchain/uclibc/patches/0.9.34-git/0003-remove-unused-subdirs-variable.patch
parentf8035dc4dfa8a7ca0d88c1dfc3e4d7051559aaf1 (diff)
refresh uClibc patchsets
Diffstat (limited to 'toolchain/uclibc/patches/0.9.34-git/0003-remove-unused-subdirs-variable.patch')
-rw-r--r--toolchain/uclibc/patches/0.9.34-git/0003-remove-unused-subdirs-variable.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/toolchain/uclibc/patches/0.9.34-git/0003-remove-unused-subdirs-variable.patch b/toolchain/uclibc/patches/0.9.34-git/0003-remove-unused-subdirs-variable.patch
new file mode 100644
index 000000000..fc6c1f0eb
--- /dev/null
+++ b/toolchain/uclibc/patches/0.9.34-git/0003-remove-unused-subdirs-variable.patch
@@ -0,0 +1,29 @@
+From adf9777c0859e6a59bdcdb92031b0e9d7fcb70c8 Mon Sep 17 00:00:00 2001
+From: Waldemar Brodkorb <wbx@openadk.org>
+Date: Wed, 20 Aug 2014 04:31:35 +0200
+Subject: [PATCH 3/6] remove unused subdirs variable
+
+For sparc TARGET_SUBARCH is never used. And there is a typo in the
+path.
+
+Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
+---
+ libpthread/nptl/sysdeps/sparc/Makefile.arch | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/libpthread/nptl/sysdeps/sparc/Makefile.arch b/libpthread/nptl/sysdeps/sparc/Makefile.arch
+index 52ac6db..f9662c6 100644
+--- a/libpthread/nptl/sysdeps/sparc/Makefile.arch
++++ b/libpthread/nptl/sysdeps/sparc/Makefile.arch
+@@ -4,8 +4,5 @@
+ #
+ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ #
+-subdirs += libpthread/nptl/sysdeps/$(TARGET_ARCH)/$(TARGET_SUBARCH)/sparv9
+
+ CFLAGS-pthread_spin_lock.c += -D_GNU_SOURCE
+-
+-
+--
+1.8.5.2 (Apple Git-48)
+