diff options
author | Roland McGrath <roland@gnu.org> | 2001-05-21 06:06:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-05-21 06:06:20 +0000 |
commit | 575f0d00f68d62706356a690beec310a9839d029 (patch) | |
tree | 53fd8cec6a41b9bf092c1b50227c1f8f7dbe29b5 /linuxthreads | |
parent | 7060e53ec7d97c4111ad4376f34dcbf596c9e25d (diff) | |
download | glibc-575f0d00f68d62706356a690beec310a9839d029.tar.gz glibc-575f0d00f68d62706356a690beec310a9839d029.tar.xz glibc-575f0d00f68d62706356a690beec310a9839d029.zip |
2001-05-20 Roland McGrath <roland@frob.com>
* Makeconfig: New file, variables used to be in main libc Makeconfig.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/Makeconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/linuxthreads/Makeconfig b/linuxthreads/Makeconfig new file mode 100644 index 0000000000..4b1c0c3414 --- /dev/null +++ b/linuxthreads/Makeconfig @@ -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 |