From: Roland McGrath Date: Mon, 21 May 2001 06:06:20 +0000 (+0000) Subject: 2001-05-20 Roland McGrath X-Git-Tag: cvs/pre-lgplv2_1~170 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=575f0d00f68d62706356a690beec310a9839d029;p=glibc.git 2001-05-20 Roland McGrath * Makeconfig: New file, variables used to be in main libc 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