Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d312603a authored by Michael Ellerman's avatar Michael Ellerman
Browse files

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: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent d8d42b05
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -67,7 +67,6 @@ UTS_MACHINE := $(OLDARCH)

ifeq ($(CONFIG_CPU_LITTLE_ENDIAN),y)
override LD	+= -EL
override CROSS32AS += -mlittle-endian
LDEMULATION	:= lppc
GNUTARGET	:= powerpcle
MULTIPLEWORD	:= -mno-multiple