diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-05-14 15:32:18 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-05-14 15:32:18 -0700 |
commit | 039890a67818211dba8207feab3832b0fcc391d2 (patch) | |
tree | d7b545eb3c8d66e5cc0b0055c8eaf197308cc5d5 /sysdeps/unix/sysv/linux/x86/Makefile | |
parent | 65c89320e2968c55feddfbdacd09c0a6cc0b006c (diff) | |
download | glibc-039890a67818211dba8207feab3832b0fcc391d2.tar glibc-039890a67818211dba8207feab3832b0fcc391d2.tar.gz glibc-039890a67818211dba8207feab3832b0fcc391d2.tar.bz2 glibc-039890a67818211dba8207feab3832b0fcc391d2.zip |
Move remaining files out of nptl/sysdeps/unix/sysv/linux/x86/.
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/x86/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/x86/Makefile b/sysdeps/unix/sysv/linux/x86/Makefile index 6412a9ef36..012125f30c 100644 --- a/sysdeps/unix/sysv/linux/x86/Makefile +++ b/sysdeps/unix/sysv/linux/x86/Makefile @@ -16,3 +16,9 @@ abi-x32-ld-soname := ld-linux-x32.so.2 ifeq ($(subdir),misc) sysdep_headers += sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h sys/io.h endif + +ifeq ($(subdir),nptl) +libpthread-sysdep_routines += init-arch +libpthread-sysdep_routines += elision-lock elision-unlock elision-timed \ + elision-trylock +endif |