From 45d4c358eeee8cdba42106fd9b18e388483f6187 Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Sat, 22 Nov 2003 18:11:47 +0000
Subject: Oops.  Only enable debug when debugging...

---
 ldso/ldso/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'ldso')

diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile
index 7cd1b9999..b0f212f8e 100644
--- a/ldso/ldso/Makefile
+++ b/ldso/ldso/Makefile
@@ -35,13 +35,12 @@ ifeq ($(DODEBUG),y)
 XXFLAGS=$(XWARNINGS) $(XARCH_CFLAGS) $(CPU_CFLAGS) $(PICFLAG) \
 	-DUCLIBC_RUNTIME_PREFIX=\"$(RUNTIME_PREFIX)\" \
 	-fno-builtin -nostdinc -I$(TOPDIR)ldso/include -I. -I$(TOPDIR)include
-endif
-
 ifeq ($(TARGET_ARCH),powerpc)
 XXFLAGS+=-Os -g3
 else
 XXFLAGS+=-O0 -g3
 endif
+endif
 
 XXFLAGS+=$(shell $(CC) -print-search-dirs | sed -ne "s/install: *\(.*\)/-I\1include/gp")
 LDFLAGS=$(CPU_LDFLAGS-y) -shared --warn-common --export-dynamic --sort-common \
-- 
cgit v1.2.3