Linux/linux 6cea14farch/arm/boot/compressed Makefile

ARM: replace unnecessary perl with sed and the shell $(( )) operator

You can build a kernel in a cross compiling environment that doesn't
have perl in the $PATH. Commit 429f7a062e3b broke that for 32 bit
ARM. Fix it.

As reported by Stephen Rothwell, it appears that the symbols can be
either part of the BSS section or absolute symbols depending on the
binutils version.  When they're an absolute symbol, the $(( ))
operator errors out and the build fails.  Fix this as well.

Fixes: 429f7a062e3b ("ARM: decompressor: fix BSS size calculation")
Reported-by: Rob Landley <rob at landley.net>
Reported-by: Stephen Rothwell <sfr at canb.auug.org.au>
Acked-by: Rob Landley <rob at landley.net>
Signed-off-by: Russell King <rmk+kernel at armlinux.org.uk>
DeltaFile
+3-5arch/arm/boot/compressed/Makefile
+3-51 files

UnifiedSplitRaw