public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] CHECKFLAGS on ppc64 got broken
@ 2005-09-07 22:28 viro
  0 siblings, 0 replies; only message in thread
From: viro @ 2005-09-07 22:28 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linuxppc64-dev, linux-kernel

Now that asm-powerpc/* is using ifdefs on __powerpc64__ we need to add it
to CHECKFLAGS on ppc64.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
----
diff -urN RC13-git7-simserial/arch/ppc64/Makefile RC13-git7-ppc64-sparse/arch/ppc64/Makefile
--- RC13-git7-simserial/arch/ppc64/Makefile	2005-09-05 07:05:14.000000000 -0400
+++ RC13-git7-ppc64-sparse/arch/ppc64/Makefile	2005-09-07 13:55:41.000000000 -0400
@@ -49,7 +49,7 @@
 
 endif
 
-CHECKFLAGS	+= -m64 -D__powerpc__
+CHECKFLAGS	+= -m64 -D__powerpc__ -D__powerpc64__
 
 LDFLAGS		:= -m elf64ppc
 LDFLAGS_vmlinux	:= -Bstatic -e $(KERNELLOAD) -Ttext $(KERNELLOAD)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-09-07 22:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-07 22:28 [PATCH] CHECKFLAGS on ppc64 got broken viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox