Re: Updating include/asm symlink when $ARCH changes

2007-09-27 Thread Sam Ravnborg
On Thu, Sep 27, 2007 at 11:25:21AM +0200, Martin Michlmayr wrote: > I cross compile arm and mips kernels from the same kernel tree. When > I build a kernel the first time with a fresh kernel tree, the > include/asm symlink is set properly. However, when I compile for a > different $ARCH, the incl

Re: Updating include/asm symlink when $ARCH changes

2007-09-27 Thread Alexey Dobriyan
On 9/27/07, Martin Michlmayr <[EMAIL PROTECTED]> wrote: > I cross compile arm and mips kernels from the same kernel tree. You can use O= feature and skip this issue completely. make ARCH=mips O=../build/mips ... make ARCH=arm O=../build/arm ... > When > I build a kernel the first time with

Updating include/asm symlink when $ARCH changes

2007-09-27 Thread Martin Michlmayr
I cross compile arm and mips kernels from the same kernel tree. When I build a kernel the first time with a fresh kernel tree, the include/asm symlink is set properly. However, when I compile for a different $ARCH, the include/asm is not changed and the build fails. Would it be possible for the