From 86211d8b2b1c779f91d329b3c0dc9bb9cc7e5856 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 7 May 2001 21:58:54 +0000 Subject: Put in but leave commented the DL_DEBUG define --- ldso/ldso/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile index 6d4e395f5..8c9570a17 100644 --- a/ldso/ldso/Makefile +++ b/ldso/ldso/Makefile @@ -1,7 +1,7 @@ TOPDIR=../../ include $(TOPDIR)/ld.so-1/Rules.mak -CFLAGS += -DUSE_CACHE -fPIC -D__PIC__ #-funroll-loops +CFLAGS += -DUSE_CACHE -fPIC -D__PIC__ #-DDL_DEBUG #-funroll-loops CSRC= boot1.c hash.c readelflib1.c vsprintf.c $(TARGET_ARCH)/elfinterp.c COBJS=$(patsubst %.c,%.o, $(CSRC)) -- cgit v1.2.3