[PATCHv3] powerpc: convert relocs_check to a shell script using grep
Michael Ellerman
mpe at ellerman.id.au
Wed Mar 18 16:19:40 AEDT 2015
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
More information about the Linuxppc-dev
mailing list