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. cheers _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev