Re: [PATCH] Bootwrapper: Enable debug info on boot wrapper

2007-10-10 Thread David Gibson
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 <[EMAIL PROTECTED]> wrote: > > From: Grant Likely <[EMAIL PROTECTED]> > > > > Add '-g' to BOOTCFLAGS if CONFIG_DEBUG_INFO is set. > > > > S

Re: [PATCH] Bootwrapper: Enable debug info on boot wrapper

2007-10-10 Thread Scott Wood
Grant Likely wrote: > Any comments on this one? Scott? David? It's fine with me. -Scott ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: [PATCH] Bootwrapper: Enable debug info on boot wrapper

2007-10-10 Thread Grant Likely
Any comments on this one? Scott? David? Cheers, g. On 10/3/07, Grant Likely <[EMAIL PROTECTED]> wrote: > From: Grant Likely <[EMAIL PROTECTED]> > > Add '-g' to BOOTCFLAGS if CONFIG_DEBUG_INFO is set. > > Signed-off-by: Grant Likely <[EMAIL PROTECTED]> > --- > > arch/powerpc/boot/Makefile |

[PATCH] Bootwrapper: Enable debug info on boot wrapper

2007-10-03 Thread Grant Likely
From: Grant Likely <[EMAIL PROTECTED]> Add '-g' to BOOTCFLAGS if CONFIG_DEBUG_INFO is set. Signed-off-by: Grant Likely <[EMAIL PROTECTED]> --- arch/powerpc/boot/Makefile |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Ma