Re: [v5, 2/4] powerpc/kbuild: remove CROSS32 defines from top level powerpc Makefile

2018-06-04 Thread Michael Ellerman
On Wed, 2018-05-30 at 12:19:20 UTC, Nicholas Piggin wrote: > Switch VDSO32 build over to use CROSS32_COMPILE directly, and have > it pass in -m32 after the standard c_flags. This allows endianness > overrides to be removed and the endian and bitness flags moved into > standard flags variables. >

[PATCH v5 2/4] powerpc/kbuild: remove CROSS32 defines from top level powerpc Makefile

2018-05-30 Thread Nicholas Piggin
Switch VDSO32 build over to use CROSS32_COMPILE directly, and have it pass in -m32 after the standard c_flags. This allows endianness overrides to be removed and the endian and bitness flags moved into standard flags variables. Signed-off-by: Nicholas Piggin --- arch/powerpc/Makefile