use a single libc and deduplicate threading code
[uclibc-ng.git] / libpthread / nptl / sysdeps / unix / sysv / linux / mips / Makefile.arch
blob565efd4a3190dcc1c8858d5a7376419f9fc2c719
1 # Makefile for uClibc NPTL
3 # Copyright (C) 2006 Steven J. Hill <sjhill@uclibc.org>
5 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
8 libpthread_linux_arch_SSRC = clone.S
9 libpthread_linux_arch_CSRC = pthread_once.c
11 libc_linux_arch_CSRC = fork.c
12 libc_linux_arch_SSRC = clone.S vfork.S
13 ifneq ($(CONFIG_MIPS_O32_ABI),y)
14 libc_linux_arch_SSRC-OMIT = waitpid.S
15 endif
16 ASFLAGS += -DUSE___THREAD