use a single libc and deduplicate threading code
[uclibc-ng.git] / libpthread / nptl / sysdeps / unix / sysv / linux / xtensa / Makefile.arch
blob7014c3f04e64ce2972206b7cac963e2f13b3574a
1 # uClibc-ng project
2 # Licensed under the LGPL v2.1, see the file COPYING and LICENSE.
4 libc_linux_arch_CSRC = fork.c
5 libc_linux_arch_SSRC = clone.S vfork.S
6 libpthread_linux_arch_CSRC = pthread_once.c
7 libpthread_linux_arch_SSRC =
9 CFLAGS-OMIT-fork.c = -DNOT_IN_libc -DIS_IN_libpthread
11 ASFLAGS-clone.S = -D_LIBC_REENTRANT
12 ASFLAGS-vfork.S = -D_LIBC_REENTRANT
13 ASFLAGS-syscall.S = -D_LIBC_REENTRANT
14 ASFLAGS-mmap.S = -D_LIBC_REENTRANT