Hi Michael,

On Wed, 18 Mar 2015 16:19:40 +1100 (AEDT) Michael Ellerman 
<m...@ellerman.id.au> wrote:
>
> On Sun, 2015-15-03 at 11:08:47 UTC, Stephen Rothwell wrote:
> > This runs a bit faster and removes another use of perl from
> > the kernel build.
> 
> It tells me:
> 
> $ make ARCH=powerpc CROSS_COMPILE= -s ppc64_defconfig
> #
> # configuration written to .config
> #
> $ make ARCH=powerpc CROSS_COMPILE= -s -j240 
> ...
> arch/powerpc/relocs_check.sh: objdump (objdump) is not executable
> make: *** [relocs_check] Error 1
> 
> I suspect because:
> 
> +if [ ! -x "$objdump" ]; then
> 
> Doesn't search the PATH.

Rats!  Trying to be too helpful :-(

I will do another version that just drops the test.  If $objdump is not
executable, it will become obvious fairly soon.

-- 
Cheers,
Stephen Rothwell                    s...@canb.auug.org.au

Attachment: pgpJWCreghGeb.pgp
Description: OpenPGP digital signature

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to