svn commit: trunk/uClibc/ldso/ldso

vapier at uclibc.org vapier at uclibc.org
Sat Feb 18 21:28:41 UTC 2006


Author: vapier
Date: 2006-02-18 13:28:40 -0800 (Sat, 18 Feb 2006)
New Revision: 14122

Log:
these defines are created for use in features.h so no point in duplicating work in the build system

Modified:
   trunk/uClibc/ldso/ldso/Makefile.in


Changeset:
Modified: trunk/uClibc/ldso/ldso/Makefile.in
===================================================================
--- trunk/uClibc/ldso/ldso/Makefile.in	2006-02-18 21:28:09 UTC (rev 14121)
+++ trunk/uClibc/ldso/ldso/Makefile.in	2006-02-18 21:28:40 UTC (rev 14122)
@@ -13,14 +13,6 @@
 CFLAGS-ldso += -I$(top_srcdir)ldso/ldso/$(TARGET_ARCH) -I$(top_srcdir)ldso/include -I$(top_srcdir)ldso/ldso
 CFLAGS-ldso += -DUCLIBC_RUNTIME_PREFIX=\"$(RUNTIME_PREFIX)\" -DUCLIBC_LDSO=\"$(UCLIBC_LDSO)\"
 
-ifeq ($(SUPPORT_LD_DEBUG),y)
-CFLAGS-ldso += -D__SUPPORT_LD_DEBUG__
-endif
-
-ifeq ($(SUPPORT_LD_DEBUG_EARLY),y)
-CFLAGS-ldso += -D__SUPPORT_LD_DEBUG_EARLY__
-endif
-
 ifeq ($(DODEBUG),y)
 # Not really much point in including debugging info, since gdb
 # can't really debug ldso, since gdb requires help from ldso to




More information about the uClibc-cvs mailing list