From 368689c3b7f929974a0d47d7ff3d9df40a9bb5c2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 18 Feb 2006 21:28:40 +0000 Subject: these defines are created for use in features.h so no point in duplicating work in the build system --- ldso/ldso/Makefile.in | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ldso') 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 -- cgit v1.2.3