From bddfb866b0a7c70010083c3786ef4285643d4241 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 26 Oct 2005 08:15:03 +0000 Subject: Default changed to IMA compiling, disabled explicitely where currently not possible. Add clean targets for linuxthreads[_db]. --- libpthread/linuxthreads/Makefile.in | 4 +++- libpthread/linuxthreads/sysdeps/sh64/Makefile.in | 2 +- libpthread/linuxthreads_db/Makefile.in | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'libpthread') diff --git a/libpthread/linuxthreads/Makefile.in b/libpthread/linuxthreads/Makefile.in index 026fd1452..b0537bb15 100644 --- a/libpthread/linuxthreads/Makefile.in +++ b/libpthread/linuxthreads/Makefile.in @@ -1,4 +1,4 @@ -# Makefile for uClibc's pthread library +# Makefile for uClibc # # Copyright (C) 2003 Paul Mundt # Copyright (C) 2000-2005 Erik Andersen @@ -51,6 +51,8 @@ libpthread-so-$(UCLIBC_HAS_THREADS)+=$(libpthread_OBJ:.o=.os) libpthread-multi-$(UCLIBC_HAS_THREADS)+=$(libpthread_SRC) +objclean-y+=libpthread_clean + lib-a-$(UCLIBC_HAS_THREADS)+=$(top_builddir)lib/libpthread.a lib-a-pic-$(UCLIBC_HAS_THREADS)+=$(top_builddir)lib/libpthread.a lib-so-$(UCLIBC_HAS_THREADS)+=$(top_builddir)lib/libpthread.so diff --git a/libpthread/linuxthreads/sysdeps/sh64/Makefile.in b/libpthread/linuxthreads/sysdeps/sh64/Makefile.in index 5aa54a64f..46ceeb1f8 100644 --- a/libpthread/linuxthreads/sysdeps/sh64/Makefile.in +++ b/libpthread/linuxthreads/sysdeps/sh64/Makefile.in @@ -1,4 +1,4 @@ -# Makefile for uClibc's sh64 pthread backend +# Makefile for uClibc # # Copyright (C) 2003 Paul Mundt # Copyright (C) 2000-2005 Erik Andersen diff --git a/libpthread/linuxthreads_db/Makefile.in b/libpthread/linuxthreads_db/Makefile.in index 18558089f..559a4ba91 100644 --- a/libpthread/linuxthreads_db/Makefile.in +++ b/libpthread/linuxthreads_db/Makefile.in @@ -18,8 +18,6 @@ ifeq ($(PTHREADS_DEBUG_SUPPORT),y) STRIP_FLAGS:=-X --strip-debug -R .note -R .comment endif -#DOMULTI=y - LIB_NAME:=libthread_db libthread_db_FULL_NAME:=$(LIB_NAME)-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so @@ -38,6 +36,8 @@ libthread_db-so-$(PTHREADS_DEBUG_SUPPORT)+=$(libthread_db_OBJ:.o=.os) libthread_db-multi-$(PTHREADS_DEBUG_SUPPORT)+=$(libthread_db_SRC) +objclean-y+=libthread_db_clean + lib-a-$(PTHREADS_DEBUG_SUPPORT)+=$(top_builddir)lib/libthread_db.a lib-a-pic-$(PTHREADS_DEBUG_SUPPORT)+=$(top_builddir)lib/libthread_db.a lib-so-$(PTHREADS_DEBUG_SUPPORT)+=$(top_builddir)lib/libthread_db.so -- cgit v1.2.3