This patch enables compiler debug option for powerpc platforms
by default.  Patch is tested on 85xx/QorIQ platforms in u-boot
with CodeWarrior.

Signed-off-by: Roy Zang <tie-fei.z...@freescale.com>
Cc: Wood Scott-B07421 <b07...@freescale.com>
Cc: Kumar Gala <ga...@kernel.crashing.org>
---
Consider the comments 
http://lists.denx.de/pipermail/u-boot/2010-October/080689.html
http://lists.denx.de/pipermail/u-boot/2011-January/086485.html

 arch/powerpc/config.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/config.mk b/arch/powerpc/config.mk
index 64191c7..8bd57e3 100644
--- a/arch/powerpc/config.mk
+++ b/arch/powerpc/config.mk
@@ -53,3 +53,5 @@ endif
 ifeq ($(CROSS_COMPILE),powerpc-openbsd-)
 PLATFORM_CPPFLAGS+= -D__PPC__
 endif
+# default enable debug option for powerpc platform
+PLATFORM_CPPFLAGS+= -ggdb -Wa,-gdwarf2
-- 
1.7.3.5


_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to