diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-18 21:28:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-18 21:28:40 +0000 |
commit | 368689c3b7f929974a0d47d7ff3d9df40a9bb5c2 (patch) | |
tree | e7b0819fa50781efcdf32399fc506b6825fa3569 | |
parent | a45e23692ce0ebab884009fa6149a148d71fd323 (diff) |
these defines are created for use in features.h so no point in duplicating work in the build system
-rw-r--r-- | ldso/ldso/Makefile.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ldso/ldso/Makefile.in b/ldso/ldso/Makefile.in index e6c3459e0..b89ac4c5d 100644 --- a/ldso/ldso/Makefile.in +++ b/ldso/ldso/Makefile.in @@ -13,14 +13,6 @@ CFLAGS-ldso += -fno-omit-frame-pointer 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 |