Hi Michael,
On Wed, 18 Mar 2015 16:19:40 +1100 (AEDT) Michael Ellerman
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_d
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
...
On Sun, Mar 15, 2015 at 10:08:47PM +1100, Stephen Rothwell wrote:
> This runs a bit faster and removes another use of perl from
> the kernel build.
>
> Signed-off-by: Stephen Rothwell
I only wrote it in perl because ... lazy. Kill it with fire.
Acked-By: Tony Breeds
Yours Tony.
pgpPjZcz7Lh
This runs a bit faster and removes another use of perl from
the kernel build.
Signed-off-by: Stephen Rothwell
---
v3: use $# instead of ${#*} (thanks David Laight)
also added check on vmlinux and objdump
v2: address ShellCheck comments from Michael
arch/powerpc/Makefile| 4 +--
ar