summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Makefile
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2016-08-11 16:03:11 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2016-09-13 17:37:04 +1000
commitd312603a44eb9dc0dbb0a642a61899bac188ab71 (patch)
treed4ee72e615a5c1ae768e9f8b3681f6fc5e718b37 /arch/powerpc/Makefile
parentd8d42b0511fefc78165ee9b4c2d95f5d6db7350d (diff)
downloadop-kernel-dev-d312603a44eb9dc0dbb0a642a61899bac188ab71.zip
op-kernel-dev-d312603a44eb9dc0dbb0a642a61899bac188ab71.tar.gz
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>
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r--arch/powerpc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile
index 1934707..ff3369b 100644
--- a/arch/powerpc/Makefile
+++ b/arch/powerpc/Makefile
@@ -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
OpenPOWER on IntegriCloud