mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
Update.
* sysdeps/unix/sysv/linux/Makefile: Remove db2 directory handling. * malloc/Makefile (CFLAGS-malloc.c): Define DEFAULT_TOP_PAD to 128k. * sysdeps/unix/sysv/linux/Makefile (CFLAGS-malloc.c): Add to, not replace.
This commit is contained in:
parent
aae9d42b1a
commit
7c2842bfc5
@ -1,5 +1,11 @@
|
||||
2003-04-17 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/Makefile: Remove db2 directory handling.
|
||||
|
||||
* malloc/Makefile (CFLAGS-malloc.c): Define DEFAULT_TOP_PAD to 128k.
|
||||
* sysdeps/unix/sysv/linux/Makefile (CFLAGS-malloc.c): Add to, not
|
||||
replace.
|
||||
|
||||
* signal/Makefile (tests): Add tst-sigsimple.
|
||||
* signal/tst-sigsimple.c: New file.
|
||||
|
||||
|
@ -56,6 +56,7 @@ aux := set-freeres thread-freeres
|
||||
|
||||
include ../Makeconfig
|
||||
|
||||
CFLAGS-malloc.c += -DDEFAULT_TOP_PAD=131072
|
||||
CPPFLAGS-memusagestat = -DNOT_IN_libc
|
||||
|
||||
# The Perl script to analyze the output of the mtrace functions.
|
||||
|
@ -2,12 +2,8 @@ ifeq ($(subdir),csu)
|
||||
sysdep_routines += errno-loc
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),db2)
|
||||
CPPFLAGS += -DHAVE_LLSEEK=1
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),malloc)
|
||||
CFLAGS-malloc.c = -DMORECORE_CLEARS=2
|
||||
CFLAGS-malloc.c += -DMORECORE_CLEARS=2
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),misc)
|
||||
|
Loading…
Reference in New Issue
Block a user