diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-26 08:15:03 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-26 08:15:03 +0000 |
commit | bddfb866b0a7c70010083c3786ef4285643d4241 (patch) | |
tree | ec4ccc2639d76626f9bc8df40a2e6d37a1b877b5 /libpthread/linuxthreads | |
parent | 085149d0d2731738171d4b352366266cc83d19a6 (diff) |
Default changed to IMA compiling, disabled explicitely where currently not possible. Add clean targets for linuxthreads[_db].
Diffstat (limited to 'libpthread/linuxthreads')
-rw-r--r-- | libpthread/linuxthreads/Makefile.in | 4 | ||||
-rw-r--r-- | libpthread/linuxthreads/sysdeps/sh64/Makefile.in | 2 |
2 files changed, 4 insertions, 2 deletions
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 <lethal@linux-sh.org> # Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org> @@ -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 <lethal@linux-sh.org> # Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org> |