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 an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to