From: Jesse Barnes <jbarnes@sgi.com>
To: torvalds@transmeta.com, linux-kernel@vger.kernel.org,
Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Subject: Re: [PATCH] pull $CROSS_COMPILE from env. if present
Date: Mon, 19 May 2003 15:29:37 -0700 [thread overview]
Message-ID: <20030519222937.GA20366@sgi.com> (raw)
In-Reply-To: <20030519215917.GA1281@mars.ravnborg.org>
On Mon, May 19, 2003 at 11:59:17PM +0200, Sam Ravnborg wrote:
> On Mon, May 19, 2003 at 12:53:33PM -0700, Jesse Barnes wrote:
> > Simple patch to pull CROSS_COMPILE from the environment if it's
> > present, which makes it easier to compile the kernel with different
> > compiler versions and such.
>
> I like it, but...
>
> If we do it for CROSS_COMPILE we should do it for ARCH as well.
> Something like
> ifeq ($(origin ARCH), undefined)
> ARCH := $(SUBARCH)
> endif
>
> And then group ARCH and CROSS_COMPILE togeher in the Makefile, and
> provide a few meaningful comments.
> I will test it tomorrow if you do not beat me in it.
That's a good idea too, I used that awhile back when all my ia64
compiles were x86->ia64 cross-compiles...
Thanks,
Jesse
prev parent reply other threads:[~2003-05-19 22:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-19 19:53 [PATCH] pull $CROSS_COMPILE from env. if present Jesse Barnes
2003-05-19 21:59 ` Sam Ravnborg
2003-05-19 22:29 ` Jesse Barnes [this message]
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=20030519222937.GA20366@sgi.com \
--to=jbarnes@sgi.com \
--cc=kai@tp1.ruhr-uni-bochum.de \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.