Re: two architectures,same source tree

From: Bodo Eggert
Date: Fri Dec 22 2006 - 15:52:16 EST


Jörn Engel <joern@xxxxxxxxxxxxxxx> wrote:
> On Wed, 20 December 2006 20:32:20 +0200, Yakov Lerner wrote:

>> Is it easily possible to build two architectures in
>> the same source tree (so that intermediate fles
>> and resut files do not interfere ) ?
>
> I'd try something like this:
> make O=../foo ARCH=foo
> make O=../bar ARCH=bar
>
> But as I'm lazy I'll leave the debugging to you. :)

IIRC You'll have to specify ARCH= on each make call, but O= is saved in
../foo/Makefile.
--
Ich danke GMX dafür, die Verwendung meiner Adressen mittels per SPF
verbreiteten Lügen zu sabotieren.

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