mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Fri Sep 22 14:24:25 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* sysdeps/mach/hurd/Makefile: Elide sunrpc from $(subdirs) for the time being. * sysdeps/unix/configure.in: Check for `profil' syscall.
This commit is contained in:
parent
c12d1df0f0
commit
969705cc5b
@ -1,5 +1,12 @@
|
|||||||
|
Fri Sep 22 14:24:25 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
|
||||||
|
|
||||||
|
* sysdeps/mach/hurd/Makefile: Elide sunrpc from $(subdirs) for the
|
||||||
|
time being.
|
||||||
|
|
||||||
Thu Sep 21 00:03:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
|
Thu Sep 21 00:03:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
|
||||||
|
|
||||||
|
* sysdeps/unix/configure.in: Check for `profil' syscall.
|
||||||
|
|
||||||
* manual/Makefile (infodir, prefix, INSTALL, INSTALL_DATA): Variables
|
* manual/Makefile (infodir, prefix, INSTALL, INSTALL_DATA): Variables
|
||||||
removed.
|
removed.
|
||||||
|
|
||||||
|
@ -960,7 +960,7 @@ contributed by Tom Quinn.
|
|||||||
|
|
||||||
@item
|
@item
|
||||||
The port of the Mach and Hurd code to the MIPS architecture
|
The port of the Mach and Hurd code to the MIPS architecture
|
||||||
(@code{mips-@var{anything}-gnu}) was contribued by Kazumoto Kojima.
|
(@code{mips-@var{anything}-gnu}) was contributed by Kazumoto Kojima.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@c @bye
|
@c @bye
|
||||||
|
@ -45,6 +45,8 @@ endif # ! hurd-srcdir-computed
|
|||||||
|
|
||||||
ifdef in-Makerules
|
ifdef in-Makerules
|
||||||
|
|
||||||
|
subdirs := $(filter-out sunrpc,$(subdirs)) # XXX skip broken dirs
|
||||||
|
|
||||||
# Look for header files in hurd/ under the top-level library source directory.
|
# Look for header files in hurd/ under the top-level library source directory.
|
||||||
includes += -I$(..)hurd
|
includes += -I$(..)hurd
|
||||||
|
|
||||||
|
@ -71,7 +71,8 @@ for unix_function in \
|
|||||||
access select getgroups setgroups \
|
access select getgroups setgroups \
|
||||||
getitimer setitimer \
|
getitimer setitimer \
|
||||||
getdomainname/getdomain=bsd/bsd4.4 \
|
getdomainname/getdomain=bsd/bsd4.4 \
|
||||||
setdomainname/setdomain=bsd/bsd4.4
|
setdomainname/setdomain=bsd/bsd4.4 \
|
||||||
|
profil=bsd
|
||||||
do
|
do
|
||||||
|
|
||||||
# $unix_function => $unix_syscall $unix_srcname
|
# $unix_function => $unix_syscall $unix_srcname
|
||||||
|
Loading…
Reference in New Issue
Block a user