summaryrefslogtreecommitdiff
path: root/ldso/ldso/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-03-17 07:22:47 +0000
committerEric Andersen <andersen@codepoet.org>2002-03-17 07:22:47 +0000
commit2f95bcd3824e0276e3969686f4eee9a77ed2b597 (patch)
treec80d70bb5754d2030f711f7b2c9565c6003bb897 /ldso/ldso/Makefile
parenta222ff0b49ccfc61b52579dfe33629782845baad (diff)
Enable trace support by default, since it only costs 300 bytes
anyways, and people seem to expect it. -Erik
Diffstat (limited to 'ldso/ldso/Makefile')
-rw-r--r--ldso/ldso/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile
index 55d3f00c6..5e9a71f63 100644
--- a/ldso/ldso/Makefile
+++ b/ldso/ldso/Makefile
@@ -27,6 +27,12 @@ DOPIC=true
include $(TOPDIR)Rules.mak
LDSO_FULLNAME=ld-uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).so
+# Enable this to enable all the code needed to support traditional ldd
+# (i.e. where the shared library loader does all the heavy lifting)
+# Since this currently only saves about 300 bytes, I'm going to leave
+# it enabled...
+XXFLAGS+= -DDL_TRACE
+
# Enable this to enable debugging output from ld.so
#XXFLAGS+= -DDL_DEBUG
#XXFLAGS+= -DDL_DEBUG_SYMBOLS