mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
1998-06-12 23:34 Ulrich Drepper <drepper@cygnus.com> * manual/arith.texi: Fix problem with @math and texinfo.tex. * manual/filesys.texi: Document LFS functions. * manual/llio.texi: Likewise. * manual/stdio.texi: Likewise. * manual/time.texi: Likewise. * manual/llio.texi: Document AIO functions. * resource/sys/resource.h: Mark second argument of setrlimit as const. * sysdeps/generic/setrlimit.c: Likewise. * sysdeps/generic/setrlimit64.c: Likewise. * sysdeps/mach/hurd/setrlimit.c: Likewise. * sysdeps/unix/sysv/setrlimit.c: Likewise.
This commit is contained in:
8
configure
vendored
8
configure
vendored
@ -1119,14 +1119,14 @@ while test $# -gt 0; do
|
||||
done
|
||||
|
||||
# Add the default directories.
|
||||
default_sysnames=sysdeps/generic
|
||||
if test "$elf" = yes; then
|
||||
sysnames="$names sysdeps/generic/elf sysdeps/generic"
|
||||
else
|
||||
sysnames="$names sysdeps/generic"
|
||||
default_sysnames="sysdeps/generic/elf $default_sysnames"
|
||||
fi
|
||||
sysnames="$names $default_sysnames"
|
||||
|
||||
# The other names were emitted during the scan.
|
||||
echo "$ac_t""sysdeps/generic" 1>&6
|
||||
echo "$ac_t""$default_sysnames" 1>&6
|
||||
|
||||
|
||||
### Locate tools.
|
||||
|
Reference in New Issue
Block a user