From 575f0d00f68d62706356a690beec310a9839d029 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 21 May 2001 06:06:20 +0000 Subject: [PATCH] 2001-05-20 Roland McGrath * Makeconfig: New file, variables used to be in main libc Makeconfig. --- linuxthreads/Makeconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 linuxthreads/Makeconfig 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 -- 2.43.5