summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile.in
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-02-15 18:12:03 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-02-15 18:12:03 +0000
commita29eb4f241edb90655a1a76efbaa2208a78ee5c4 (patch)
treebe27e700e342a7c4a2c2a32945098129c8a1b26e /libc/sysdeps/linux/common/Makefile.in
parent15955f731affc95d7615e5c011fb816b4221a952 (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/sysdeps/linux/common/Makefile.in')
-rw-r--r--libc/sysdeps/linux/common/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/Makefile.in b/libc/sysdeps/linux/common/Makefile.in
index e1fda271c..54b36a7a1 100644
--- a/libc/sysdeps/linux/common/Makefile.in
+++ b/libc/sysdeps/linux/common/Makefile.in
@@ -39,9 +39,10 @@ libc-y += $(COMMON_OBJ)
libc-static-$(UCLIBC_HAS_SSP) += $(COMMON_OUT)/ssp-local.o
libc-nonshared-$(UCLIBC_HAS_SSP) += $(COMMON_OUT)/ssp-local.os
+libc-nomulti-y += $(COMMON_OUT)/__syscall_rt_sigaction.o $(COMMON_OUT)/__syscall_sigaction.o
libc-nomulti-$(UCLIBC_HAS_SSP) += $(COMMON_OUT)/ssp.o
objclean-y += common_objclean
common_objclean:
- $(RM) $(COMMON_OUT)/*.{o,os}
+ $(RM) $(COMMON_OUT)/*.{o,os,oS}