summaryrefslogtreecommitdiff
path: root/linuxthreads/Makeconfig
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-05-21 06:06:20 +0000
committerRoland McGrath <roland@gnu.org>2001-05-21 06:06:20 +0000
commit575f0d00f68d62706356a690beec310a9839d029 (patch)
tree53fd8cec6a41b9bf092c1b50227c1f8f7dbe29b5 /linuxthreads/Makeconfig
parent7060e53ec7d97c4111ad4376f34dcbf596c9e25d (diff)
2001-05-20 Roland McGrath <roland@frob.com>
* Makeconfig: New file, variables used to be in main libc Makeconfig.
Diffstat (limited to 'linuxthreads/Makeconfig')
-rw-r--r--linuxthreads/Makeconfig10
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