]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: zboot: Fix the build with XZ compression on older GCC versions
authorAlban Bedel <albeu@free.fr>
Tue, 26 Jan 2016 08:38:27 +0000 (09:38 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 3 Apr 2016 08:37:13 +0000 (10:37 +0200)
commitd4f09a42e31c66fee0f6db0df454109a52a5bf56
tree9d3e3bf04d96dc240dd54e45189da5b44ed06297
parent51882d9fcae3b2b6fe91776c3ef813cb665755af
MIPS: zboot: Fix the build with XZ compression on older GCC versions

Some older GCC version (at least 4.6) emits calls to __bswapsi2() when
building the XZ decompressor. The link of the compressed image then
fails with the following error:

arch/mips/boot/compressed/decompress.o: In function '__fswab32':
include/uapi/linux/swab.h:60: undefined reference to '__bswapsi2'

Add bswapsi.o to the link to fix the build with these versions.

Signed-off-by: Alban Bedel <albeu@free.fr>
Cc: Andrew Bresticker <abrestic@chromium.org>
Cc: Alex Smith <alex.smith@imgtec.com>
Cc: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/12232/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/boot/compressed/Makefile