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 /libpthread/linuxthreads/Makefile.in | |
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 'libpthread/linuxthreads/Makefile.in')
-rw-r--r-- | libpthread/linuxthreads/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libpthread/linuxthreads/Makefile.in b/libpthread/linuxthreads/Makefile.in index 2b6182dac..a03b3230d 100644 --- a/libpthread/linuxthreads/Makefile.in +++ b/libpthread/linuxthreads/Makefile.in @@ -82,13 +82,13 @@ objclean-y += libpthread_clean headers-$(UCLIBC_HAS_THREADS) += linuxthreads_headers headers_clean-y += linuxthreads_headers_clean -ifeq ($(DOMULTI),n) +#ifeq ($(DOMULTI),n) $(top_builddir)lib/libpthread.so: $(libpthread_OUT)/libpthread_so.a $(libc) $(call link.so,$(libpthread_FULL_NAME),$(MAJOR_VERSION)) -else -$(top_builddir)lib/libpthread.so: $(libpthread_OUT)/libpthread.oS $(libc) - $(call linkm.so,$(libpthread_FULL_NAME),$(MAJOR_VERSION)) -endif +#else +#$(top_builddir)lib/libpthread.so: $(libpthread_OUT)/libpthread.oS | $(libc) +# $(call linkm.so,$(libpthread_FULL_NAME),$(MAJOR_VERSION)) +#endif $(libpthread_OUT)/libpthread_so.a: $(libpthread-so-y) $(Q)$(RM) $@ |