Skip to content

Commit

Permalink
[PATCH] CHECKFLAGS on ppc64 got broken
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
viro@ZenIV.linux.org.uk authored and Linus Torvalds committed Sep 8, 2005
1 parent 147a67f commit 3352ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ppc64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3352ae5

Please sign in to comment.