diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/x86_64/Makefile.arch')
-rw-r--r-- | libpthread/nptl/sysdeps/x86_64/Makefile.arch | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libpthread/nptl/sysdeps/x86_64/Makefile.arch b/libpthread/nptl/sysdeps/x86_64/Makefile.arch index 5a3c4a2fc..7a955ff61 100644 --- a/libpthread/nptl/sysdeps/x86_64/Makefile.arch +++ b/libpthread/nptl/sysdeps/x86_64/Makefile.arch @@ -5,9 +5,6 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -libpthread_CSRC = pthread_spin_lock.c -libpthread_SSRC = pthread_spin_trylock.S - CFLAGS-pthread_spin_lock.c += -D_GNU_SOURCE CFLAGS-x86_64 = $(SSP_ALL_CFLAGS) |