diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2010-01-23 09:29:29 -0800 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2010-01-23 09:29:29 -0800 |
commit | d34dd9fb9950b79bcc14a187e52ee6ded387b243 (patch) | |
tree | 80571d6509fba50937fb5f683abeb9157981e6ea /libpthread/nptl | |
parent | 2b48c278aa74c9ae0bc11e6c6e329113bb82ae34 (diff) |
nptl: need to build generic timer_* functions for x86_64 and sparc
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libpthread/nptl')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in b/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in index 770b94eab..6c491b6e5 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in @@ -50,7 +50,7 @@ endif ifeq ($(TARGET_ARCH),sparc) libpthread_CSRC += __syscall_error.c -librt_CSRC := mq_notify.c __syscall_error.c +librt_CSRC += __syscall_error.c endif ifeq ($(TARGET_ARCH),sh) @@ -67,7 +67,6 @@ ifeq ($(TARGET_ARCH),x86_64) libc_SSRC := $(filter-out waitpid.S,$(libc_SSRC)) X86_PTHREAD_SPECIFIC := sem_post.c sem_wait.c sem_timedwait.c sem_trywait.c libpthread_CSRC := $(filter-out $(X86_PTHREAD_SPECIFIC),$(libpthread_CSRC)) -librt_CSRC := mq_notify.c endif CFLAGS-pthread_getcpuclockid.c = -I$(top_srcdir)librt |