Re: [RFC] broken installkernel.sh with CROSS_COMPILE

2005-09-07 Thread Dave Hansen
On Wed, 2005-09-07 at 17:35 -0500, linas wrote: > On Fri, Sep 02, 2005 at 01:39:13PM -0700, Dave Hansen was heard to remark: > > I noticed that my cross-compilation 'make install' broke with 2.6.13 (I > > don't use it horribly often). It's from this commit: > > > > Which added CROSS_COMPILE to

Re: [RFC] broken installkernel.sh with CROSS_COMPILE

2005-09-07 Thread linas
On Fri, Sep 02, 2005 at 01:39:13PM -0700, Dave Hansen was heard to remark: > I noticed that my cross-compilation 'make install' broke with 2.6.13 (I > don't use it horribly often). It's from this commit: > > Which added CROSS_COMPILE to each arch's install.sh: > > if [ -x

Re: [RFC] broken installkernel.sh with CROSS_COMPILE

2005-09-07 Thread linas
On Fri, Sep 02, 2005 at 01:39:13PM -0700, Dave Hansen was heard to remark: I noticed that my cross-compilation 'make install' broke with 2.6.13 (I don't use it horribly often). It's from this commit: Which added CROSS_COMPILE to each arch's install.sh: if [ -x

Re: [RFC] broken installkernel.sh with CROSS_COMPILE

2005-09-07 Thread Dave Hansen
On Wed, 2005-09-07 at 17:35 -0500, linas wrote: On Fri, Sep 02, 2005 at 01:39:13PM -0700, Dave Hansen was heard to remark: I noticed that my cross-compilation 'make install' broke with 2.6.13 (I don't use it horribly often). It's from this commit: Which added CROSS_COMPILE to each

Re: [RFC] broken installkernel.sh with CROSS_COMPILE

2005-09-03 Thread Ian Campbell
On Sat, 2005-09-03 at 05:31 -0700, Dave Hansen wrote: > On Sat, 2005-09-03 at 09:50 +0100, Ian Campbell wrote: > > > Could we do something that's guaranteed to not have lots of extra > > path > > > elements in it, like ARCH? > > > > Or perhaps basename ${CROSSCOMPILE}? > > The only problem with

Re: [RFC] broken installkernel.sh with CROSS_COMPILE

2005-09-03 Thread Dave Hansen
On Sat, 2005-09-03 at 09:50 +0100, Ian Campbell wrote: > > Could we do something that's guaranteed to not have lots of extra > path > > elements in it, like ARCH? > > Or perhaps basename ${CROSSCOMPILE}? The only problem with that is that some people do really have a cross compiler named

Re: [RFC] broken installkernel.sh with CROSS_COMPILE

2005-09-03 Thread Ian Campbell
On Fri, 2005-09-02 at 13:39 -0700, Dave Hansen wrote: > I noticed that my cross-compilation 'make install' broke with 2.6.13 (I > don't use it horribly often). It's from this commit: > >

Re: [RFC] broken installkernel.sh with CROSS_COMPILE

2005-09-03 Thread Ian Campbell
On Fri, 2005-09-02 at 13:39 -0700, Dave Hansen wrote: I noticed that my cross-compilation 'make install' broke with 2.6.13 (I don't use it horribly often). It's from this commit:

Re: [RFC] broken installkernel.sh with CROSS_COMPILE

2005-09-03 Thread Dave Hansen
On Sat, 2005-09-03 at 09:50 +0100, Ian Campbell wrote: Could we do something that's guaranteed to not have lots of extra path elements in it, like ARCH? Or perhaps basename ${CROSSCOMPILE}? The only problem with that is that some people do really have a cross compiler named

Re: [RFC] broken installkernel.sh with CROSS_COMPILE

2005-09-03 Thread Ian Campbell
On Sat, 2005-09-03 at 05:31 -0700, Dave Hansen wrote: On Sat, 2005-09-03 at 09:50 +0100, Ian Campbell wrote: Could we do something that's guaranteed to not have lots of extra path elements in it, like ARCH? Or perhaps basename ${CROSSCOMPILE}? The only problem with that is that

[RFC] broken installkernel.sh with CROSS_COMPILE

2005-09-02 Thread Dave Hansen
I noticed that my cross-compilation 'make install' broke with 2.6.13 (I don't use it horribly often). It's from this commit: http://www.kernel.org/git/gitweb.cgi?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0f8e2d62fa04441cd12c08ce521e84e5bd3f8a46 Which added CROSS_COMPILE to each

[RFC] broken installkernel.sh with CROSS_COMPILE

2005-09-02 Thread Dave Hansen
I noticed that my cross-compilation 'make install' broke with 2.6.13 (I don't use it horribly often). It's from this commit: http://www.kernel.org/git/gitweb.cgi?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0f8e2d62fa04441cd12c08ce521e84e5bd3f8a46 Which added CROSS_COMPILE to each