Re: Announce: Kernel Build for 2.5, Release 2.3 is available

Keith Owens (kaos@ocs.com.au)
Fri, 03 May 2002 20:08:41 +1000


On Fri, 3 May 2002 10:18:47 +0100,
Nick Sanders <sandersn@btinternet.com> wrote:
>On Friday 03 May 2002 9:51 am, Keith Owens wrote:
>> Sigh. Silly error in the fix :(
>>
>> cd $KBUILD_SRCTREE_000
>> perl -i -ple 's/\(CC\)/(CC_real)/g;' arch/i386/Makefile.defs.*config
>
>The 1st fix worked fine for me, thanks

Only by accident. If you used CONFIG_MK6 or CONFIG_MK7 with a version
of gcc that did not understand -march=k6 or -march=athlon then it would
have failed. $(CC_real) is the correct fix.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/