diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/sh/Makefile.arch')
| -rw-r--r-- | libpthread/nptl/sysdeps/sh/Makefile.arch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/sh/Makefile.arch b/libpthread/nptl/sysdeps/sh/Makefile.arch new file mode 100644 index 000000000..b50dd51e0 --- /dev/null +++ b/libpthread/nptl/sysdeps/sh/Makefile.arch @@ -0,0 +1,10 @@ +# Makefile for uClibc NPTL +# +# Copyright (C) 2005 Steven J. Hill <sjhill@uclibc.org> +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +# + +CFLAGS-pthread_spin_lock.c += -D_GNU_SOURCE + +libc_arch_a_CSRC := libc-tls.c |
