Skip to content
Snippets Groups Projects
Commit 33d9d6c3 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

kernel: add workaround to rebuild vdso-n32.so.dbg too


Building for octeon fails with

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

if the file already exists from a prior build.

Use the same workaround as the one for vdso.so.dbg committed in
9eb15535.

Commit 91f205ac extended the workaround
to cover vdso-o32.so.dbg but missed the vdso-n32.so.dbg which is added
now by this change.

Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent e32b2f92
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment