summaryrefslogtreecommitdiff
path: root/ldso/ldso/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-03-19 16:22:54 +0000
committerEric Andersen <andersen@codepoet.org>2002-03-19 16:22:54 +0000
commit4198d8264c6d571e31cd414ce27b477d41646800 (patch)
treeefc91a32b0efd88a335cfcbce6da4c49d4c7d62c /ldso/ldso/Makefile
parent8d84dd3fa44ea7c6dc3da1c78aedfb291a7c4689 (diff)
Add new debug target (disabled by default) so that when debug
is on we now default to resolving symbols permanently.. -Erik
Diffstat (limited to 'ldso/ldso/Makefile')
-rw-r--r--ldso/ldso/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile
index 5e9a71f63..5d2eefd24 100644
--- a/ldso/ldso/Makefile
+++ b/ldso/ldso/Makefile
@@ -36,6 +36,8 @@ XXFLAGS+= -DDL_TRACE
# Enable this to enable debugging output from ld.so
#XXFLAGS+= -DDL_DEBUG
#XXFLAGS+= -DDL_DEBUG_SYMBOLS
+#Enable this to never actually fixup symbols so you can watch each call...
+#XXFLAGS+= -DDL_NEVER_FIXUP_SYMBOLS
XXFLAGS+=-DUCLIBC_TARGET_PREFIX=\"$(TARGET_PREFIX)\" \
-DUCLIBC_DEVEL_PREFIX=\"$(DEVEL_PREFIX)\" \