]> sourceware.org Git - glibc.git/commitdiff
2001-05-20 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Mon, 21 May 2001 06:06:20 +0000 (06:06 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 21 May 2001 06:06:20 +0000 (06:06 +0000)
* Makeconfig: New file, variables used to be in main libc Makeconfig.

linuxthreads/Makeconfig [new file with mode: 0644]

diff --git a/linuxthreads/Makeconfig b/linuxthreads/Makeconfig
new file mode 100644 (file)
index 0000000..4b1c0c3
--- /dev/null
@@ -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
This page took 0.037096 seconds and 5 git commands to generate.