diff mbox

[v2,03/12] sparc: remove unused subdirs variable

Message ID 1409221890-2516-3-git-send-email-wbx@openadk.org
State Accepted
Commit 10d05ca07c4632e8dfca4877a8fc6a458b8f5810
Headers show

Commit Message

Waldemar Brodkorb Aug. 28, 2014, 10:31 a.m. UTC
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(-)

Comments

Bernhard Reutner-Fischer Aug. 28, 2014, 11:01 a.m. UTC | #1
On Thu, Aug 28, 2014 at 12:31:21PM +0200, Waldemar Brodkorb wrote:
> For sparc TARGET_SUBARCH is never used. And there is a typo in the
> path.

see v2 04/12 reply

Applied nevertheless.
> 
> 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)
> 
> _______________________________________________
> uClibc mailing list
> uClibc@uclibc.org
> http://lists.busybox.net/mailman/listinfo/uclibc
diff mbox

Patch

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
-
-