Re: [PATCH] powerpc/64be: must build vdso32 as BE on LE host

2016-08-09 Thread Michael Ellerman
Nicholas Piggin writes: > vdso32 should be built with `gcc -m32 --big-endian` when compiling a big > endian kernel. I think I have a better solution. Patch coming RSN. cheers

[PATCH] powerpc/64be: must build vdso32 as BE on LE host

2016-08-08 Thread Nicholas Piggin
vdso32 should be built with `gcc -m32 --big-endian` when compiling a big endian kernel. Signed-off-by: Nicholas Piggin --- arch/powerpc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 709a22a..bf183b2a 100644 --- a/arch/powerpc/M