]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 18 Apr 2003 00:36:59 +0000 (00:36 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 18 Apr 2003 00:36:59 +0000 (00:36 +0000)
* 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.

ChangeLog
malloc/Makefile
sysdeps/unix/sysv/linux/Makefile

index 3d0015e7ec80eb9a253bdb6a620e4f256914e984..bca2f8812a2c9a102a2a51b6a0bbb931fbd10cdc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index 6c04518b39cf3708c5a1bdeb264a70c61dd58416..cf65fdca4f43ae29417bba03986320f1e88302f4 100644 (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.
index 644822405227bbb0d6c8f73210ad34afb55556d9..eaa6e2a0839f1063c890042cfe28bb69e7d21aa5 100644 (file)
@@ -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)
This page took 0.04847 seconds and 5 git commands to generate.