kernel: add a workaround to rebuild vdso.so.dbg after genvdso
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 May 2016 22:36:39 +0000 (22:36 +0000)
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 May 2016 22:36:39 +0000 (22:36 +0000)
commit8494ede731d18e5c9271bf01f8e9976eb1eafd1f
tree18695a2040eea29b512a5919f47a9688091b093a
parentf1278e7eb857f54e3315bc669106781cc7f9931d
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49334 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/generic/patches-4.4/207-mips-vdso-dbg-rebuild-after-genvdso.patch [new file with mode: 0644]