]> Git Repo - uclibc-ng.git/commitdiff
Put in but leave commented the DL_DEBUG define
authorEric Andersen <[email protected]>
Mon, 7 May 2001 21:58:54 +0000 (21:58 -0000)
committerEric Andersen <[email protected]>
Mon, 7 May 2001 21:58:54 +0000 (21:58 -0000)
ldso/ldso/Makefile

index 6d4e395f5f1e36a5871c29ab8b8656f9cf23bb03..8c9570a17442a4d28693d34a9eeec6a6b9760eca 100644 (file)
@@ -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))
This page took 0.02607 seconds and 4 git commands to generate.