diff options
author | Roland McGrath <roland@gnu.org> | 1998-08-18 18:49:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-08-18 18:49:20 +0000 |
commit | c82e61161c23c61763d751c39ea6096f025e32ec (patch) | |
tree | 9facd58c669fbb03962c68d62aaa303ed6053554 /ChangeLog | |
parent | 9992e360c843be03ba037e2084be91a691ba48da (diff) | |
download | glibc-c82e61161c23c61763d751c39ea6096f025e32ec.tar glibc-c82e61161c23c61763d751c39ea6096f025e32ec.tar.gz glibc-c82e61161c23c61763d751c39ea6096f025e32ec.tar.bz2 glibc-c82e61161c23c61763d751c39ea6096f025e32ec.zip |
1998-08-18 Roland McGrath <roland@baalperazim.frob.com>
* Rules (binaries-static, binaries-shared static pattern rules):
Depend on lib%, not just libc%, from $(link-libc{,-static}).
* sysdeps/mach/hurd/Makefile (link-libc-static): New variable; set
this here, overriding Makeconfig generic value so we link against
the RPC libs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +1998-08-18 Roland McGrath <roland@baalperazim.frob.com> + + * Rules (binaries-static, binaries-shared static pattern rules): + Depend on lib%, not just libc%, from $(link-libc{,-static}). + + * sysdeps/mach/hurd/Makefile (link-libc-static): New variable; set + this here, overriding Makeconfig generic value so we link against + the RPC libs. + 1998-08-17 Ulrich Drepper <drepper@cygnus.com> * posix/tstgetopt.c (options): Add NULL entry at end |