MIPS: VDSO: Explicitly use -fno-asynchronous-unwind-tables
authorRobert Schiele <rschiele@gmail.com>
Thu, 26 Jan 2017 15:00:05 +0000 (16:00 +0100)
committerJames Hogan <james.hogan@imgtec.com>
Fri, 17 Feb 2017 11:32:12 +0000 (11:32 +0000)
commitcfd75c2db17ef70590d7f04dfc254cf003b9cd77
tree248a9fc3e4484494faedb8f20a199998cef0d5e8
parentbdfdaf1a016ef09cb941f2edad485a713510b8d5
MIPS: VDSO: Explicitly use -fno-asynchronous-unwind-tables

Not every toolchain has -fno-asynchronous-unwind-tables per default on
MIPS. This patch specifies the necessary option explicitly for VDSO
library build.

This prevents the following build failure:
GENVDSO arch/mips/vdso/vdso-image.c
arch/mips/vdso/genvdso: 'arch/mips/vdso/vdso.so.dbg' contains relocation sections
.../arch/mips/vdso/Makefile:84: recipe for target 'arch/mips/vdso/vdso-image.c' failed

Signed-off-by: Robert Schiele <rschiele@gmail.com>
Signed-off-by: Alexander Sverdlin <alexander.sverdlin@nokia.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: "Maciej W. Rozycki" <macro@imgtec.com>
Cc: Alexander Sverdlin <alexander.sverdlin@nokia.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/15127/
Signed-off-by: James Hogan <james.hogan@imgtec.com>
arch/mips/vdso/Makefile