linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/5] powerpc/Makefile: CROSS32AS is unused, remove it
@ 2016-08-11  6:03 Michael Ellerman
  2016-08-11  6:03 ` [PATCH 2/5] powerpc/vdso64: Drop vdso64as Michael Ellerman
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Michael Ellerman @ 2016-08-11  6:03 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: npiggin

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 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile
index 1934707bf321..ff3369b01666 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
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-09-13 12:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-11  6:03 [PATCH 1/5] powerpc/Makefile: CROSS32AS is unused, remove it Michael Ellerman
2016-08-11  6:03 ` [PATCH 2/5] powerpc/vdso64: Drop vdso64as Michael Ellerman
2016-08-11  6:03 ` [PATCH 3/5] powerpc/boot: Use $(Q) to quiet build rules not @ Michael Ellerman
2016-08-11  6:03 ` [PATCH 4/5] powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITS Michael Ellerman
2016-08-11  6:03 ` [PATCH 5/5] powerpc/Makefile: Construct the UTS_MACHINE value more concisely Michael Ellerman
2016-09-13 12:16 ` [1/5] powerpc/Makefile: CROSS32AS is unused, remove it Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).