use a single libc and deduplicate threading code
[uclibc-ng.git] / libpthread / nptl / sysdeps / unix / sysv / linux / metag / Makefile.arch
blob0f4d8d327f03c1417336e0f5ea62e8335ae60918
1 # Makefile for uClibc NPTL
3 # Copyright (C) 2006 Steven J. Hill <sjhill@uclibc.org>
5 # Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
8 libpthread_linux_arch_SSRC =
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 libc_linux_arch_SSRC-OMIT = waitpid.S
15 CFLAGS += $(SSP_ALL_CFLAGS)