On Wed, 27 Feb 2013 19:11:45 -0800 [email protected] wrote: > From: kanj <[email protected]> > > --- > BOOK/bootable/mips/kernel.xml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/BOOK/bootable/mips/kernel.xml > b/BOOK/bootable/mips/kernel.xml index cc0d5fb..2251fd6 100644 > --- a/BOOK/bootable/mips/kernel.xml > +++ b/BOOK/bootable/mips/kernel.xml > @@ -59,7 +59,7 @@ > href="../x86/kernel.xml" > xpointer="xpointer(//*[@os='j'])"/> > > -<screen os="k"><userinput>make ARCH=${CLFS_ARCH} > CROSS_COMPILE=${CLFS_TARGET}- </userinput></screen> +<screen > os="k"><userinput>make > CFLAGS_KERNEL='-Wno-error=unused-but-set-variable' ARCH=${CLFS_ARCH} > CROSS_COMPILE=${CLFS_TARGET}- </userinput></screen> <xi:include > xmlns:xi="http://www.w3.org/2003/XInclude" href="../x86/kernel.xml" > @@ -92,7 +92,7 @@ href="../x86/kernel.xml" > xpointer="xpointer(//*[@os='s'])"/> > > -<screen os="t"><userinput>cp arch/${CLFS_ARCH}/boot/vmlinux > ${CLFS}/boot/clfskernel-&linux-version;</userinput></screen> +<screen > os="t"><userinput>cp vmlinux > ${CLFS}/boot/clfskernel-&linux-version;</userinput></screen> > <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" > href="../x86/kernel.xml"
Any chance moving to a kernel newer than 3.0 fixes this rather than disabling the errors? GCC 4.6 is quite old now and I'd be surprised if this hasn't been fixed in recent kernels, I just haven't tested it. Like does one of the newer 3.0.y kernels fix it? Or 3.2.y? Or at least something that's on a long term track? Thanks, Andrew _______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org
