kernel: add a workaround to rebuild vdso.so.dbg after genvdso
authorJo-Philipp Wich <jo@mein.io>
Fri, 29 Apr 2016 07:53:09 +0000 (09:53 +0200)
committerJo-Philipp Wich <jo@mein.io>
Fri, 29 Apr 2016 07:58:39 +0000 (09:58 +0200)
commit9eb155353a5f5137ec85a5b5b0287af63c544710
treef85f053e7cec94091ac3e4ef5ceb8f2f5f90488a
parentd9a0a8c78f9ac42f7976aeb4152094213a4d8381
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>
target/linux/generic/patches-4.4/207-mips-vdso-dbg-rebuild-after-genvdso.patch [new file with mode: 0644]