Bastian Blank writes: > The attached patch changes the powerpc main Makefile from using the override > make directive to KBUILD_CFLAGS and similar. I get build failures on all 64-bit targets with this patch. It ends up using both -m32 and -m64 on the gcc command line for assembling .S files. Paul.