powerpc/Makefile: CROSS32AS is unused, remove it
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 11 Aug 2016 06:03:11 +0000 (16:03 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 13 Sep 2016 07:37:04 +0000 (17:37 +1000)
commitd312603a44eb9dc0dbb0a642a61899bac188ab71
treed4ee72e615a5c1ae768e9f8b3681f6fc5e718b37
parentd8d42b0511fefc78165ee9b4c2d95f5d6db7350d
powerpc/Makefile: CROSS32AS is unused, remove it

In fact it makes no sense at all to have this defined on little endian
builds. Since we disabled the 32-bit VDSO on little endian, we don't
build any 32-bit code when building a little endian kernel.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/Makefile