From: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
To: Michal Marek <mmarek@suse.cz>
Cc: linux-kbuild@vger.kernel.org
Subject: Re: [PATCH] [KBUILD] Put the CROSS_COMPILE and ARCH variables in the build directory makefile
Date: Tue, 30 Oct 2012 09:19:13 -0600 [thread overview]
Message-ID: <20121030151913.GA13176@obsidianresearch.com> (raw)
In-Reply-To: <508FDA2B.9000001@suse.cz>
On Tue, Oct 30, 2012 at 02:46:19PM +0100, Michal Marek wrote:
> On 1.10.2012 01:20, Jason Gunthorpe wrote:
> > To make cross building a little simpler. The usage with mini-config would
> > be something like:
> >
> > $ mkdir build
> > $ make ARCH=arm CROSS_COMPILE=arm-v5te-linux-gnueabi- \
> > KCONFIG_ALLCONFIG=mini.config O=build allnoconfig
> > $ make -C build/
>
> Are you sure this is not going to suffer from the same issues as
> 5755433? See
Thanks for this link, this is the first time I've seen that, so no :)
The approaches are different, my version that uses mkmakefile probably
avoids some problems (like the quoting issue) but I'm not sure about
mrproper. I've never seen mrproper complain, but I've always used this
patch with O=..
Let me review this information and get back to you.
Jason
next prev parent reply other threads:[~2012-10-30 15:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-30 23:20 [PATCH] [KBUILD] Put the CROSS_COMPILE and ARCH variables in the build directory makefile Jason Gunthorpe
2012-10-30 13:46 ` Michal Marek
2012-10-30 15:19 ` Jason Gunthorpe [this message]
2012-10-30 15:28 ` Michal Marek
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=20121030151913.GA13176@obsidianresearch.com \
--to=jgunthorpe@obsidianresearch.com \
--cc=linux-kbuild@vger.kernel.org \
--cc=mmarek@suse.cz \
/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