]> sourceware.org Git - glibc.git/blame - linuxthreads/Makeconfig
Update.
[glibc.git] / linuxthreads / Makeconfig
CommitLineData
575f0d00
RM
1# Makeconfig fragment for linuxthreads add-on.
2# This gets included at the end of the main glibc Makeconfig.
3
4have-thread-library = yes
5
950094f8
RM
6shared-thread-library = $(common-objpfx)linuxthreads/libpthread_nonshared.a \
7 $(common-objpfx)linuxthreads/libpthread.so
575f0d00
RM
8static-thread-library = $(common-objpfx)linuxthreads/libpthread.a
9bounded-thread-library = $(common-objpfx)linuxthreads/libpthread_b.a
10
11rpath-dirs += linuxthreads
This page took 0.102217 seconds and 5 git commands to generate.