Re: [patch] powerpc: build modules outside the kernel tree fails, if it was built using O=

2009-09-30 Thread Yuri Frolov
Hello, Any news yet? Any sort of correction needed? Thank you, Yuri On 09/26/2009 04:45 PM, Yuri Frolov wrote: > Hello, here is a fixed version. > > Compile and export arch/powerpc/lib/crtsavres.o in order to fix the > "arch/powerpc/lib/crtsavres.o not found" error

Re: [patch] powerpc: build modules outside the kernel tree fails, if it was built using O=

2009-09-26 Thread Yuri Frolov
Sam Ravnborg wrote: > On Thu, Sep 24, 2009 at 03:28:11PM +0400, Yuri Frolov wrote: >> Hello, >> >> here is a corresponding bug: http://bugzilla.kernel.org/show_bug.cgi?id=11143 >> This patch should correctly export crtsavres.o in order to make O= option >> work

Re: [patch] powerpc: build modules outside the kernel tree fails, if it was built using O=

2009-09-25 Thread Yuri Frolov
On 09/25/2009 08:39 AM, Sam Ravnborg wrote: > On Fri, Sep 25, 2009 at 11:12:21AM +1000, Benjamin Herrenschmidt wrote: >> On Thu, 2009-09-24 at 15:28 +0400, Yuri Frolov wrote: >>> Hello, >>> >>> here is a corresponding bug: >>> http://bugzilla.kernel.or

[patch] powerpc: build modules outside the kernel tree fails, if it was built using O=

2009-09-24 Thread Yuri Frolov
-off-by: Bernhard Reutner-Fischer Signed-off by: Yuri Frolov Makefile |2 ++ arch/powerpc/Makefile|2 +- scripts/Makefile.modpost | 12 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff -urpN -X linux-2.6/Documentation/dontdiff linux-2.6/arch/powerpc

[PATCH] Fix linking modules against crtsavres.o

2009-09-23 Thread Yuri Frolov
from assembler. Signed-off-by: Bernhard Reutner-Fischer Signed-off by: Yuri Frolov Makefile |2 ++ arch/powerpc/Makefile|2 +- scripts/Makefile.modpost | 12 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff -urpN -X linux-2.6/Documentation/dontdiff