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

Commit 3352ae5d authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] CHECKFLAGS on ppc64 got broken



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

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 147a67f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ NM := $(NM) --synthetic

endif

CHECKFLAGS	+= -m64 -D__powerpc__
CHECKFLAGS	+= -m64 -D__powerpc__ -D__powerpc64__

LDFLAGS		:= -m elf64ppc
LDFLAGS_vmlinux	:= -Bstatic -e $(KERNELLOAD) -Ttext $(KERNELLOAD)