summaryrefslogtreecommitdiff
path: root/ldso/ldso
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-07 21:58:54 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-07 21:58:54 +0000
commit86211d8b2b1c779f91d329b3c0dc9bb9cc7e5856 (patch)
treed5874b9a1394b268df8aff5ed78aa0d2881f89e5 /ldso/ldso
parentf3116452b49a17a1b561a9fa082644bcb9c7a556 (diff)
Put in but leave commented the DL_DEBUG define
Diffstat (limited to 'ldso/ldso')
-rw-r--r--ldso/ldso/Makefile2
1 files changed, 1 insertions, 1 deletions
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))