diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-16 09:09:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-16 09:09:16 +0000 |
commit | f649c2015a0c9cc4a2d71880fcb7fac0832af69c (patch) | |
tree | ce7ebba8fe952aac5c8556c3e1e3e3957ddfc8e1 /Makeconfig | |
parent | 60c34a30cf22b0ec9f2f4c17a19a6aea7094b329 (diff) | |
download | glibc-f649c2015a0c9cc4a2d71880fcb7fac0832af69c.tar.gz glibc-f649c2015a0c9cc4a2d71880fcb7fac0832af69c.tar.xz glibc-f649c2015a0c9cc4a2d71880fcb7fac0832af69c.zip |
Update.
1998-03-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * libc.map: Export internal versions of cancelable functions. 1998-03-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * Makerules (MAKEFLAGS): Append `r'. 1998-03-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * Makeconfig: Define have-thread-library, shared-thread-library and static-thread-library if a thread library is available. Don't define rt. * nscd/Makefile: Compile nscd if have-thread-library. Rename nscd-routines to nscd-modules. Use shared-thread-library and static-thread-library in dependencies. * rt/Makefile: Only compile librt if have-thread-library is defined. * Makefile (subdirs): Always include rt subdir. 1998-03-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Makeconfig b/Makeconfig index c48e657a04..db62f8edb0 100644 --- a/Makeconfig +++ b/Makeconfig @@ -722,14 +722,12 @@ ifndef rtld-version-installed-name rtld-version-installed-name = ld-$(version).so endif -# The librt must be linked with the thread library, at least -# for now. +endif # build-shared + ifneq (,$(findstring linuxthreads,$(add-ons))) shared-thread-library = $(common-objpfx)linuxthreads/libpthread.so -# Yes, we can compile librt. -rt = rt +static-thread-library = $(common-objpfx)linuxthreads/libpthread.a +have-thread-library = yes endif -endif # build-shared - endif # Makeconfig not yet included |