mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
2001-05-20 Roland McGrath <roland@frob.com>
* Makeconfig: New file, variables used to be in main libc Makeconfig.
This commit is contained in:
parent
7060e53ec7
commit
575f0d00f6
10
linuxthreads/Makeconfig
Normal file
10
linuxthreads/Makeconfig
Normal 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
|
Loading…
Reference in New Issue
Block a user