Quoting Nick Desaulniers (2020-05-26 10:31:14)
> Custom toolchains that modify the default target to -mthumb cannot
> compile the arm64 compat vdso32, as
> arch/arm64/include/asm/vdso/compat_gettimeofday.h
> contains assembly that's invalid in -mthumb.  Force the use of -marm,
> always.
> 
> Link: https://bugs.chromium.org/p/chromium/issues/detail?id=1084372
> Cc: Stephen Boyd <[email protected]>
> Reported-by: Luis Lozano <[email protected]>
> Tested-by: Manoj Gupta <[email protected]>
> Signed-off-by: Nick Desaulniers <[email protected]>
> ---

Reviewed-by: Stephen Boyd <[email protected]>

Reply via email to