[PATCH] Bootwrapper: Enable debug info on boot wrapper
Subsystems:
linux for powerpc (32-bit and 64-bit) , the rest
STALE6916d
4 messages,
3 authors,
2007-10-11 · open the first message on its own page
From: Grant Likely <redacted>
Add '-g' to BOOTCFLAGS if CONFIG_DEBUG_INFO is set.
Signed-off-by: Grant Likely <redacted>
---
arch/powerpc/boot/Makefile | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index cf80db3..9dfe79b 100644
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile @@ -25,6 +25,10 @@ BOOTCFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-isystem $( shell $( CROSS32CC) -print-file-name= include)
BOOTAFLAGS := -D__ASSEMBLY__ $( BOOTCFLAGS) -traditional -nostdinc
+ ifdef CONFIG_DEBUG_INFO
+ BOOTCFLAGS += -g
+ endif
+
ifeq ($(call cc-option-yn, -fstack-protector),y)
BOOTCFLAGS += -fno-stack-protector
endif
Any comments on this one? Scott? David?
Cheers,
g.
On 10/3/07, Grant Likely [off-list ref] wrote: quoted hunk From: Grant Likely <redacted>
Add '-g' to BOOTCFLAGS if CONFIG_DEBUG_INFO is set.
Signed-off-by: Grant Likely <redacted>
---
arch/powerpc/boot/Makefile | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index cf80db3..9dfe79b 100644
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile @@ -25,6 +25,10 @@ BOOTCFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-isystem $( shell $( CROSS32CC) -print-file-name= include)
BOOTAFLAGS := -D__ASSEMBLY__ $( BOOTCFLAGS) -traditional -nostdinc
+ ifdef CONFIG_DEBUG_INFO
+ BOOTCFLAGS += -g
+ endif
+
ifeq ($(call cc-option-yn, -fstack-protector),y)
BOOTCFLAGS += -fno-stack-protector
endif
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
grant.likely@secretlab.ca
(403) 399-0195
Grant Likely wrote: Any comments on this one? Scott? David?
It's fine with me.
-Scott
On Wed, Oct 10, 2007 at 01:56:05PM -0600, Grant Likely wrote: Any comments on this one? Scott? David?
Seems reasonable AFAICT.
On 10/3/07, Grant Likely [off-list ref] wrote: quoted From: Grant Likely <redacted>
Add '-g' to BOOTCFLAGS if CONFIG_DEBUG_INFO is set.
Signed-off-by: Grant Likely <redacted>
---
arch/powerpc/boot/Makefile | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index cf80db3..9dfe79b 100644
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile @@ -25,6 +25,10 @@ BOOTCFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-isystem $( shell $( CROSS32CC) -print-file-name= include)
BOOTAFLAGS := -D__ASSEMBLY__ $( BOOTCFLAGS) -traditional -nostdinc
+ ifdef CONFIG_DEBUG_INFO
+ BOOTCFLAGS += -g
+ endif
+
ifeq ($(call cc-option-yn, -fstack-protector),y)
BOOTCFLAGS += -fno-stack-protector
endif
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson