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)
commiteea85b046aa4cd648834cc4839c4bf9b372f13aa
tree18695a2040eea29b512a5919f47a9688091b093a
parent0995a1d8074f857f5bd4fa20f3cbd97b397e01da
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]