2001-05-20 Roland McGrath <roland@frob.com>

* Makeconfig: New file, variables used to be in main libc Makeconfig.
This commit is contained in:
Roland McGrath 2001-05-21 06:06:20 +00:00
parent 7060e53ec7
commit 575f0d00f6

10
linuxthreads/Makeconfig Normal file
View file

@ -0,0 +1,10 @@
# Makeconfig fragment for linuxthreads add-on.
# This gets included at the end of the main glibc Makeconfig.
have-thread-library = yes
shared-thread-library = $(common-objpfx)linuxthreads/libpthread.so
static-thread-library = $(common-objpfx)linuxthreads/libpthread.a
bounded-thread-library = $(common-objpfx)linuxthreads/libpthread_b.a
rpath-dirs += linuxthreads