diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-15 18:12:03 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-15 18:12:03 +0000 |
commit | a29eb4f241edb90655a1a76efbaa2208a78ee5c4 (patch) | |
tree | be27e700e342a7c4a2c2a32945098129c8a1b26e /libc/misc/pthread | |
parent | 15955f731affc95d7615e5c011fb816b4221a952 (diff) |
DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db] as well, don't try on slow box
Diffstat (limited to 'libc/misc/pthread')
-rw-r--r-- | libc/misc/pthread/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/misc/pthread/Makefile.in b/libc/misc/pthread/Makefile.in index b7821888d..3e0f5a780 100644 --- a/libc/misc/pthread/Makefile.in +++ b/libc/misc/pthread/Makefile.in @@ -11,6 +11,8 @@ MISC_PTHREAD_OUT := $(top_builddir)libc/misc/pthread libc-static-$(UCLIBC_HAS_THREADS) += $(MISC_PTHREAD_OUT)/weaks.o libc-shared-$(UCLIBC_HAS_THREADS) += $(MISC_PTHREAD_OUT)/no-tsd.oS +libc-nomulti-$(UCLIBC_HAS_THREADS) += $(MISC_PTHREAD_OUT)/no-tsd.o + objclean-y += misc_pthread_objclean misc_pthread_objclean: |