diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2014-09-16 22:07:12 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2014-09-16 22:42:06 +0200 |
commit | 95acdd4b30d856f46e3dd908a934eaeb68c9b572 (patch) | |
tree | a80239dc9e34e623069cda63d25250bb9e2a49a9 /libpthread/nptl/sysdeps/sh/Makefile.arch | |
parent | cce3af55b325650f7ac50eb2e7a5f79800d60377 (diff) |
buildsys: remove now redundant lib placement defines
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/sh/Makefile.arch')
-rw-r--r-- | libpthread/nptl/sysdeps/sh/Makefile.arch | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libpthread/nptl/sysdeps/sh/Makefile.arch b/libpthread/nptl/sysdeps/sh/Makefile.arch index 411622adc..b50dd51e0 100644 --- a/libpthread/nptl/sysdeps/sh/Makefile.arch +++ b/libpthread/nptl/sysdeps/sh/Makefile.arch @@ -5,9 +5,6 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -ASFLAGS-pthread_spin_unlock.S = -DNOT_IN_libc -DIS_IN_libpthread -ASFLAGS-pthread_spin_trylock.S = -DNOT_IN_libc -DIS_IN_libpthread - CFLAGS-pthread_spin_lock.c += -D_GNU_SOURCE libc_arch_a_CSRC := libc-tls.c |