]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
1999-03-20 Roland McGrath <roland@baalperazim.frob.com>
authorRoland McGrath <roland@gnu.org>
Sat, 20 Mar 1999 15:05:23 +0000 (15:05 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 20 Mar 1999 15:05:23 +0000 (15:05 +0000)
* mach/Machrules (extra-libs-others): Add $(interface-library) here
too, so it gets built in the others pass rather than the lib pass.
This is necessary since the RPC libraries need to be linked against
libc.

ChangeLog
mach/Machrules

index 7d79e926c7687b1e2049468802ce222f3d0e6da3..b33c7d14e42ad0d71cece0156331ce7c1d1aa9ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1999-03-20  Roland McGrath  <roland@baalperazim.frob.com>
+
+       * mach/Machrules (extra-libs-others): Add $(interface-library) here
+       too, so it gets built in the others pass rather than the lib pass.
+       This is necessary since the RPC libraries need to be linked against
+       libc.
+
 1999-03-19  Roland McGrath  <roland@baalperazim.frob.com>
 
        * sysdeps/generic/segfault.c: Include <stdio-common/_itoa.h> for
index c52db8e961ee135db2588578a6e0445cb4764047..b5a6998c188555285caa10edcae95c441fb2c1a8 100644 (file)
@@ -1,6 +1,6 @@
 # Rules for MiG interfaces that want to go into the C library.
 
-# Copyright (C) 1991, 92, 93, 94, 95, 96, 98 Free Software Foundation, Inc.
+# Copyright (C) 1991,92,93,94,95,96,98,99 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -219,6 +219,7 @@ ifdef interface-library
 
 $(interface-library)-routines = $(interface-routines)
 extra-libs += $(interface-library)
+extra-libs-others += $(interface-library)
 
 # Avoid -lmachuser requiring -lc, which may not be built yet.  If the
 # shared object is absent, ld may choose a static library someplace and