From: "Alexander Beregalov" <[EMAIL PROTECTED]> Date: Fri, 30 May 2008 18:09:16 +0400
> I am trying to configuring and compiling the kernel for sparc. > I have got the following error The way cross compilers are used on gentoo for kernel building doesn't work any more. Using: make CROSS_COMPILE=sparc64-linux- is a workaround. In the long term gentoo should build 32-bit gccs that can generate both 32-bit and 64-bit code. I've added infrastructure to gcc mainline such that any sparc dist maintainer merely need to add "--enable-targets=all" to do that. Most distributions have patches to enable this kind of facility that they've been using for years. -- To unsubscribe from this list: send the line "unsubscribe kernel-testers" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
