mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-24 12:25:35 +08:00
Thu Nov 23 18:26:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* configure.in (--enable-libio): Set $stdio based on $enableval, not always to libio. Thu Nov 23 18:06:48 1995 Richard Stallman <rms@gnu.ai.mit.edu> * malloc/malloc.c (_malloc_internal): Can't use get_contiguous_space when the heap info table will be growing. Account for new contiguous space in _heaplimit.
This commit is contained in:
parent
42d2676e7c
commit
f44820454c
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
||||
Thu Nov 23 18:26:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
|
||||
|
||||
* configure.in (--enable-libio): Set $stdio based on $enableval,
|
||||
not always to libio.
|
||||
|
||||
Thu Nov 23 18:06:48 1995 Richard Stallman <rms@gnu.ai.mit.edu>
|
||||
|
||||
* malloc/malloc.c (_malloc_internal): Can't use
|
||||
get_contiguous_space when the heap info table
|
||||
will be growing. Account for new contiguous space in _heaplimit.
|
||||
|
||||
Wed Nov 22 12:37:39 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
|
||||
|
||||
* sysdeps/unix/sysv/linux/i386/sysdep.S (_errno): Define as alias
|
||||
|
@ -55,7 +55,12 @@ AC_ARG_WITH(weak-symbols, dnl
|
||||
|
||||
AC_ARG_ENABLE(libio, dnl
|
||||
[ --enable-libio build in GNU libio instead of GNU stdio],
|
||||
stdio=libio, stdio=default)
|
||||
[if test $enableval = yes; then
|
||||
stdio=libio
|
||||
else
|
||||
stdio=stdio
|
||||
fi],
|
||||
stdio=default)
|
||||
|
||||
dnl Arguments to enable or disable building the shared, profiled, and
|
||||
dnl -fomit-frame-pointer libraries.
|
||||
|
Loading…
Reference in New Issue
Block a user