about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-05-25 11:14:28 +0000
committerUlrich Drepper <drepper@redhat.com>1998-05-25 11:14:28 +0000
commite72bfd87ecf619d642b505d4a290331263456cd1 (patch)
treec4699015c96bb3d54889993807beeade6e07f10e /ChangeLog
parentb48abe3cc82b87c152072920756a80af775a1fe3 (diff)
downloadglibc-e72bfd87ecf619d642b505d4a290331263456cd1.tar.gz
glibc-e72bfd87ecf619d642b505d4a290331263456cd1.tar.xz
glibc-e72bfd87ecf619d642b505d4a290331263456cd1.zip
Update.
	* Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 067a5ac3b0..5077bab548 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1998-05-25  Ulrich Drepper  <drepper@cygnus.com>
 
+	* Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
+
 	* malloc/thread-m.h: Use __mutex_init function in mutex_init macro
 	for Hurd.  Patch by Mark Kettenis.