From: Chris White <chriswhite@gentoo.org>
To: "Mukund JB." <mukundjb@esntechnologies.co.in>
Cc: "Alessandro Suardi" <alessandro.suardi@gmail.com>,
linux-kernel@vger.kernel.org
Subject: Re: Howto set kernel makefile to use particular gcc
Date: Fri, 30 Dec 2005 16:24:19 +0900 [thread overview]
Message-ID: <200512301624.24229.chriswhite@gentoo.org> (raw)
In-Reply-To: <3AEC1E10243A314391FE9C01CD65429B2239C2@mail.esn.co.in>
[-- Attachment #1: Type: text/plain, Size: 811 bytes --]
On Friday 30 December 2005 16:04, Mukund JB. wrote:
> Dear Alessandro,
>
> Thanks for the reply.
> What does that the make CC=<path_to_your_gcc_3.3> do?
> Will it set my gcc default build configuration to gcc 3.3?
Not Alessandro but,
CC sets the CC makefile variable. When the kernel build system goes to
compile something, it doesn't call on gcc directly, but rather what the
variable CC is set to. By setting it to your gcc 3.3 compiler, it will use
that instead.
> I mean the general procedure is make bzImage; make modules....
> How do I do these:
>
> Will I have to do it like:
> make bzImage cc=<gcc path>
make CC=<gcc path> bzImage
note the case sensitivity, which tends to be somewhat of a pain for new *nix
users.
> Best Regards,
> Mukund Jampala
Chris White
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2005-12-30 7:23 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-30 7:04 Howto set kernel makefile to use particular gcc Mukund JB.
2005-12-30 7:24 ` Chris White [this message]
2006-01-01 10:03 ` Kalin KOZHUHAROV
2006-01-01 11:13 ` Marc Giger
2006-01-01 11:18 ` Keith Owens
2006-01-01 11:37 ` Marc Giger
2006-01-01 11:49 ` Kalin KOZHUHAROV
2006-01-01 13:09 ` Keith Owens
2006-01-01 12:00 ` Adrian Bunk
2006-01-02 7:19 ` Kalin KOZHUHAROV
2005-12-30 8:25 ` Jesper Juhl
-- strict thread matches above, loose matches on Subject: below --
2006-01-02 5:59 Mukund JB.
2006-01-02 7:21 ` Kalin KOZHUHAROV
2005-12-30 7:25 Mukund JB.
2005-12-31 0:42 ` Jiri Slaby
2005-12-30 5:46 Mukund JB.
2005-12-30 6:58 ` Alessandro Suardi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200512301624.24229.chriswhite@gentoo.org \
--to=chriswhite@gentoo.org \
--cc=alessandro.suardi@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mukundjb@esntechnologies.co.in \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox