]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/arm/Makefile.arch
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libpthread / nptl / sysdeps / arm / Makefile.arch
1 # Makefile for uClibc NPTL
2 #
3 # Copyright (C) 2005 Steven J. Hill <sjhill@uclibc.org>
4 # Portions Copyright (C) 2006 CodeSourcery
5 #
6 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
7 #
8
9 librt_arch_SSRC = aeabi_read_tp.S thumb_atomics.S
10 librt_arch_CSRC = aeabi_unwind_cpp_pr1.c
11
12 CFLAGS-pt-raise.c = -DNOT_IN_libc -DIS_IN_libpthread
13
14 ASFLAGS-pthread_spin_lock.S = -DNOT_IN_libc -DIS_IN_libpthread
15 ASFLAGS-pthread_spin_trylock.S = -DNOT_IN_libc -DIS_IN_libpthread
16 ASFLAGS-aeabi_read_tp.S = -DNOT_IN_libc=1
17