On Thu, 26 Jan 2017, Alexander Sverdlin wrote: > Not every toolchain has -fno-asynchronous-unwind-tables per default on MIPS. > This patch specifies the necessary option explicitly for VDSO library build. It looks reasonable to me, but you need to wrap it into `$(call cc-option,...)' as older compilers didn't have this option. Maciej