kernel: add a workaround to rebuild vdso.so.dbg after genvdso
authorLuka Perkov <luka@openwrt.org>
Tue, 10 May 2016 22:36:39 +0000 (22:36 +0000)
committerLuka Perkov <luka@openwrt.org>
Tue, 10 May 2016 22:36:39 +0000 (22:36 +0000)
commitc01e10030665751dbce03cfa6cdd4014433d9349
tree9105479319eb50e7cbb65397d2b81829ea0a80e1
parent12d8e430fcc34f3c899abb689817ae938e788d22
kernel: add a workaround to rebuild vdso.so.dbg after genvdso

Currently the build fails with

  'arch/mips/vdso/vdso.so.dbg' already contains a '.MIPS.abiflags' section

if the file already exists from a prior build.

Add a makefile rule to force the rebuild of vdso.so.dbg if genvdso has
has been changed to workaround the failure.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
SVN-Revision: 49334
target/linux/generic/patches-4.4/207-mips-vdso-dbg-rebuild-after-genvdso.patch [new file with mode: 0644]