This one time, at band camp, Lester Cheung wrote:
>I believe that the top level makefile set CC to gcc explictly.
>
>/usr/src/kernel-source-2.4.20/Makefile:
>     30 CC      = $(CROSS_COMPILE)gcc
>
>On Tue, Jun 03, 2003 at 10:42:18AM +1000, Alexander Samad wrote:
>> I beleive I tried that but still used the other.
>> 
>> But having said that, things seem to be working with 3.2 built kernel.
>> 
>> Alex
>> 
>> On Tue, Jun 03, 2003 at 10:15:45AM +1000, Erik de Castro Lopo wrote:
>> > On Tue, 3 Jun 2003 10:18:53 +1000
>> > Alexander Samad <[EMAIL PROTECTED]> wrote:
>> > 
>> > > This is what i have installe on my system, but how do you force the
>> > > system to use 2.95 say when doing a make-kpkg.
>> > 
>> > This should do it:
>> > 
>> >     export CC=gcc-2.95
>> >     make-kpkg ....

try make-kpkg MAKEOPTS="CC=gcc-2.95", apparently MAKEOPTS exists to get
around the explicit setting of CC=gcc in the kernel makefile.

-- 
[EMAIL PROTECTED]                           http://spacepants.org/jaq.gpg
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to