Commit a6ff950a authored by Linus Torvalds's avatar Linus Torvalds

Tell the sparse checker to use 64-bit mode when checking

a ppc64 tree.
parent 6df4b730
......@@ -20,6 +20,7 @@ ifeq ($(HAS_BIARCH),y)
AS := $(AS) -64
LD := $(LD) -m elf64ppc
CC := $(CC) -m64
CHECK := $(CHECK) -m64
endif
LDFLAGS := -m elf64ppc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment