commit | af3901cbbd3de182aafb8ee553c825c0074df6a2 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Wed May 30 22:19:20 2018 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Jun 01 23:08:06 2018 +1000 |
tree | 75c1ca5a1601e16e069b6ee15049468afc11b83a | |
parent | 4bf4f42a2febb449a5cc5d79e7c58e5b168942d7 [diff] |
powerpc/kbuild: Remove CROSS32 defines from top level powerpc Makefile 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 <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>