Re: [PATCH] [POWERPC] powerpc: Add -mno-spe for ARCH=powerpc builds

2007-10-19 Thread Jon Loeliger
So, like, the other day Kumar Gala mumbled: > > On Oct 18, 2007, at 6:19 PM, Paul Mackerras wrote: > > > Your commit message doesn't give any reason why you are doing this, or > > any explanation of what goes wrong without it. In fact, the commit > > message is completely empty. :) Please resub

Re: [PATCH] [POWERPC] powerpc: Add -mno-spe for ARCH=powerpc builds

2007-10-19 Thread Josh Boyer
On Thu, 18 Oct 2007 22:20:49 -0500 Kumar Gala <[EMAIL PROTECTED]> wrote: > > On Oct 18, 2007, at 6:19 PM, Paul Mackerras wrote: > > > Kumar Gala writes: > > > >> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > > > > Your commit message doesn't give any reason why you are doing this, or > > any e

Re: [PATCH] [POWERPC] powerpc: Add -mno-spe for ARCH=powerpc builds

2007-10-18 Thread Kumar Gala
On Oct 18, 2007, at 6:19 PM, Paul Mackerras wrote: > Kumar Gala writes: > >> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > > Your commit message doesn't give any reason why you are doing this, or > any explanation of what goes wrong without it. In fact, the commit > message is completely empty

Re: [PATCH] [POWERPC] powerpc: Add -mno-spe for ARCH=powerpc builds

2007-10-18 Thread Paul Mackerras
Kumar Gala writes: > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> Your commit message doesn't give any reason why you are doing this, or any explanation of what goes wrong without it. In fact, the commit message is completely empty. :) Please resubmit with a decent commit message. Paul. _

[PATCH] [POWERPC] powerpc: Add -mno-spe for ARCH=powerpc builds

2007-10-18 Thread Kumar Gala
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- arch/powerpc/Makefile |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 4e16534..bd87626 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile @@ -107,6 +107,9 @@