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