[git commit] sparc: remove unused subdirs variable
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Thu Aug 28 11:00:56 UTC 2014
commit: http://git.uclibc.org/uClibc/commit/?id=10d05ca07c4632e8dfca4877a8fc6a458b8f5810
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
For sparc TARGET_SUBARCH is never used. And there is a typo in the
path.
Signed-off-by: Waldemar Brodkorb <wbx at openadk.org>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
libpthread/nptl/sysdeps/sparc/Makefile.arch | 3 ---
1 files changed, 0 insertions(+), 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
-
-
More information about the uClibc-cvs
mailing list