From 7c2842bfc5cdc2df19cc2fdd1a127b8ac4bf3474 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 18 Apr 2003 00:36:59 +0000 Subject: 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. --- sysdeps/unix/sysv/linux/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sysdeps/unix/sysv/linux/Makefile') diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 6448224052..eaa6e2a083 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -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) -- cgit 1.4.1